#CA4579

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

Shades of Cranberry #CA4579

Tints of Cranberry #CA4579

Color information

#CA4579 (or 0xCA4579) is unknown color: approx Cranberry. HEX triplet: CA, 45 and 79. RGB value is (202,69,121). Sum of RGB (Red+Green+Blue) = 202+69+121=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4579 is #35BA86. Grayscale: #727272. Windows color (decimal): -3521159 or 7947722. OLE color: 7947722.

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

Color convert

RGB20269121-
CMYK00.660.400.21
HSL336.54º55.65%53.14%-
HSV(B)336.54º65.84%79.22%-
XYZ29.9418.1920.02-
YUV114.7131.56190.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 69 (27.34% from 255) = 17.60%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=51.53%
G=17.60%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026912100.660.400.21336.5455.6553.14
HexCA457904228151513835
Octal312105171010250255217065
Binary11001010100010111110010100001010100010101101010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4579; }

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

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

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

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

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

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

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

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