#CA5A9C

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

Shades of Mulberry #CA5A9C

Tints of Mulberry #CA5A9C

Color information

#CA5A9C (or 0xCA5A9C) is unknown color: approx Mulberry. HEX triplet: CA, 5A and 9C. RGB value is (202,90,156). Sum of RGB (Red+Green+Blue) = 202+90+156=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A9C is #35A563. Grayscale: #828282. Windows color (decimal): -3515748 or 10246858. OLE color: 10246858.

HSL color Cylindrical-coordinate representation of color #CA5A9C: hue angle of 324.64º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5A9C is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB20290156-
CMYK00.550.230.21
HSL324.64º51.38%57.25%-
HSV(B)324.64º55.45%79.22%-
XYZ34.0122.2733.96-
YUV131.01142.11178.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 90 (35.55% from 255) = 20.09%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=45.09%
G=20.09%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029015600.550.230.21324.6451.3857.25
HexCA5A9C03717151453339
Octal31213223406727255056371
Binary1100101010110101001110001101111011110101101000101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5A9C; }

 p { color: rgb(202,90,156); }

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

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

 a { background-color: rgb(202,90,156); }

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

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

 span { border-color: rgb(202,90,156); }

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