#ca5c99

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

Shades of Mulberry #CA5C99

Tints of Mulberry #CA5C99

Color information

#CA5C99 (or 0xCA5C99) is unknown color: approx Mulberry. HEX triplet: CA, 5C and 99. RGB value is (202,92,153). Sum of RGB (Red+Green+Blue) = 202+92+153=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5C99 is #35A366. Grayscale: #838383. Windows color (decimal): -3515239 or 10050762. OLE color: 10050762.

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

Color convert

RGB20292153-
CMYK00.540.240.21
HSL326.73º50.93%57.65%-
HSV(B)326.73º54.46%79.22%-
XYZ33.9322.5132.69-
YUV131.84139.94178.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=45.19%
G=20.58%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029215300.540.240.21326.7350.9357.65
HexCA5C990361815147333a
Octal31213423106630255076372
Binary1100101010111001001100101101101100010101101000111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5c99; }

 p { color: rgb(202,92,153); }

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

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

 a { background-color: rgb(202,92,153); }

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

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

 span { border-color: rgb(202,92,153); }

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