#CA5CA3

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

Shades of Mulberry #CA5CA3

Tints of Mulberry #CA5CA3

Color information

#CA5CA3 (or 0xCA5CA3) is unknown color: approx Mulberry. HEX triplet: CA, 5C and A3. RGB value is (202,92,163). Sum of RGB (Red+Green+Blue) = 202+92+163=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5CA3 is #35A35C. Grayscale: #848484. Windows color (decimal): -3515229 or 10706122. OLE color: 10706122.

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

Color convert

RGB20292163-
CMYK00.540.190.21
HSL321.27º50.93%57.65%-
HSV(B)321.27º54.46%79.22%-
XYZ34.822.8637.23-
YUV132.98144.94177.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 163 (64.06% from 255) = 35.67%
R=44.20%
G=20.13%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029216300.540.190.21321.2750.9357.65
HexCA5CA30361315141333a
Octal31213424306623255016372
Binary1100101010111001010001101101101001110101101000001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CA3; }

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

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

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

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

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

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

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

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