#CA5188

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

Shades of Mulberry #CA5188

Tints of Mulberry #CA5188

Color information

#CA5188 (or 0xCA5188) is unknown color: approx Mulberry. HEX triplet: CA, 51 and 88. RGB value is (202,81,136). Sum of RGB (Red+Green+Blue) = 202+81+136=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5188 is #35AE77. Grayscale: #7B7B7B. Windows color (decimal): -3518072 or 8933834. OLE color: 8933834.

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

Color convert

RGB20281136-
CMYK00.600.330.21
HSL332.73º53.3%55.49%-
HSV(B)332.73º59.9%79.22%-
XYZ31.7420.2225.52-
YUV123.45135.09184.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=48.21%
G=19.33%
B=32.46%

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
Decimal2028113600.600.330.21332.7353.355.49
HexCA518803C211514d3537
Octal31212121007441255156567
Binary11001010101000110001000011110010000110101101001101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5188; }

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

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

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

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

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

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

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

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