#CA5185

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

Shades of Mulberry #CA5185

Tints of Mulberry #CA5185

Color information

#CA5185 (or 0xCA5185) is unknown color: approx Mulberry. HEX triplet: CA, 51 and 85. RGB value is (202,81,133). Sum of RGB (Red+Green+Blue) = 202+81+133=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5185 is #35AE7A. Grayscale: #7B7B7B. Windows color (decimal): -3518075 or 8737226. OLE color: 8737226.

HSL color Cylindrical-coordinate representation of color #CA5185: hue angle of 334.21º 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 #CA5185 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB20281133-
CMYK00.600.340.21
HSL334.21º53.3%55.49%-
HSV(B)334.21º59.9%79.22%-
XYZ31.5320.1324.41-
YUV123.11133.59184.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=48.56%
G=19.47%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028113300.600.340.21334.2153.355.49
HexCA518503C221514e3537
Octal31212120507442255166567
Binary11001010101000110000101011110010001010101101001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5185; }

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

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

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

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

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

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

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

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