#CA45A6

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

Shades of Mulberry #CA45A6

Tints of Mulberry #CA45A6

Color information

#CA45A6 (or 0xCA45A6) is unknown color: approx Mulberry. HEX triplet: CA, 45 and A6. RGB value is (202,69,166). Sum of RGB (Red+Green+Blue) = 202+69+166=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA45A6 is #35BA59. Grayscale: #777777. Windows color (decimal): -3521114 or 10896842. OLE color: 10896842.

HSL color Cylindrical-coordinate representation of color #CA45A6: hue angle of 316.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA45A6 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20269166-
CMYK00.660.180.21
HSL316.24º55.65%53.14%-
HSV(B)316.24º65.84%79.22%-
XYZ33.3719.5738.09-
YUV119.82154.06186.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 69 (27.34% from 255) = 15.79%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=46.22%
G=15.79%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026916600.660.180.21316.2455.6553.14
HexCA45A6042121513c3835
Octal312105246010222254747065
Binary11001010100010110100110010000101001010101100111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45A6; }

 p { color: rgb(202,69,166); }

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

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

 a { background-color: rgb(202,69,166); }

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

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

 span { border-color: rgb(202,69,166); }

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