#C7508D

Color #C7508D Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C7508D

Tints of Mulberry #C7508D

Color information

#C7508D (or 0xC7508D) is unknown color: approx Mulberry. HEX triplet: C7, 50 and 8D. RGB value is (199,80,141). Sum of RGB (Red+Green+Blue) = 199+80+141=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7508D is #38AF72. Grayscale: #7A7A7A. Windows color (decimal): -3714931 or 9261255. OLE color: 9261255.

HSL color Cylindrical-coordinate representation of color #C7508D: hue angle of 329.24º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7508D is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB19980141-
CMYK00.600.290.22
HSL329.24º51.52%54.71%-
HSV(B)329.24º59.8%78.04%-
XYZ31.2319.827.38-
YUV122.53138.42182.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=47.38%
G=19.05%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998014100.600.290.22329.2451.5254.71
HexC7508D03C1D161493437
Octal30712021507435265116467
Binary1100011110100001000110101111001110110110101001001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7508D; }

 p { color: rgb(199,80,141); }

 H1.HeaderClassName
 {
   color: #C7508D;
 }
 .AnyTagClassName
 {
   color: #C7508D;
 }
</style>
background-color css

<style>
 a { background-color: #C7508D; }

 a { background-color: rgb(199,80,141); }

 div.DivClassName
 {
   background-color: #C7508D;
 }
 .BgClassName
 {
   background-color: #C7508D;
 }
</style>
border-color css

<style>
 span { border-color: #C7508D; }

 span { border-color: rgb(199,80,141); }

 td.TdClassName
 {
   border-color: #C7508D;
 }
 .TagClassName
 {
   border-color: #C7508D;
 }
</style>