#CA5C9E

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

Shades of Mulberry #CA5C9E

Tints of Mulberry #CA5C9E

Color information

#CA5C9E (or 0xCA5C9E) is unknown color: approx Mulberry. HEX triplet: CA, 5C and 9E. RGB value is (202,92,158). Sum of RGB (Red+Green+Blue) = 202+92+158=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5C9E is #35A361. Grayscale: #848484. Windows color (decimal): -3515234 or 10378442. OLE color: 10378442.

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

Color convert

RGB20292158-
CMYK00.540.220.21
HSL324º50.93%57.65%-
HSV(B)324º54.46%79.22%-
XYZ34.3622.6834.91-
YUV132.41142.44177.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=44.69%
G=20.35%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029215800.540.220.2132450.9357.65
HexCA5C9E0361615144333a
Octal31213423606626255046372
Binary1100101010111001001111001101101011010101101000100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5C9E; }

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

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

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

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

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

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

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

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