#CA5187

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

Shades of Mulberry #CA5187

Tints of Mulberry #CA5187

Color information

#CA5187 (or 0xCA5187) is unknown color: approx Mulberry. HEX triplet: CA, 51 and 87. RGB value is (202,81,135). Sum of RGB (Red+Green+Blue) = 202+81+135=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5187 is #35AE78. Grayscale: #7B7B7B. Windows color (decimal): -3518073 or 8868298. OLE color: 8868298.

HSL color Cylindrical-coordinate representation of color #CA5187: hue angle of 333.22º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5187 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB20281135-
CMYK00.600.330.21
HSL333.22º53.3%55.49%-
HSV(B)333.22º59.9%79.22%-
XYZ31.6720.1925.15-
YUV123.34134.59184.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.33%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=48.33%
G=19.38%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028113500.600.330.21333.2253.355.49
HexCA518703C211514d3537
Octal31212120707441255156567
Binary11001010101000110000111011110010000110101101001101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5187; }

 p { color: rgb(202,81,135); }

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

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

 a { background-color: rgb(202,81,135); }

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

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

 span { border-color: rgb(202,81,135); }

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