#CA4578

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

Shades of Cranberry #CA4578

Tints of Cranberry #CA4578

Color information

#CA4578 (or 0xCA4578) is unknown color: approx Cranberry. HEX triplet: CA, 45 and 78. RGB value is (202,69,120). Sum of RGB (Red+Green+Blue) = 202+69+120=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4578 is #35BA87. Grayscale: #727272. Windows color (decimal): -3521160 or 7882186. OLE color: 7882186.

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

Color convert

RGB20269120-
CMYK00.660.410.21
HSL336.99º55.65%53.14%-
HSV(B)336.99º65.84%79.22%-
XYZ29.8818.1719.7-
YUV114.58131.06190.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=51.66%
G=17.65%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026912000.660.410.21336.9955.6553.14
HexCA457804229151513835
Octal312105170010251255217065
Binary11001010100010111110000100001010100110101101010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4578; }

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

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

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

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

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

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

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

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