#CA4577

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

Shades of Cranberry #CA4577

Tints of Cranberry #CA4577

Color information

#CA4577 (or 0xCA4577) is unknown color: approx Cranberry. HEX triplet: CA, 45 and 77. RGB value is (202,69,119). Sum of RGB (Red+Green+Blue) = 202+69+119=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4577 is #35BA88. Grayscale: #727272. Windows color (decimal): -3521161 or 7816650. OLE color: 7816650.

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

Color convert

RGB20269119-
CMYK00.660.410.21
HSL337.44º55.65%53.14%-
HSV(B)337.44º65.84%79.22%-
XYZ29.8218.1419.38-
YUV114.47130.56190.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 119 (46.88% from 255) = 30.51%
R=51.79%
G=17.69%
B=30.51%

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
Decimal2026911900.660.410.21337.4455.6553.14
HexCA457704229151513835
Octal312105167010251255217065
Binary11001010100010111101110100001010100110101101010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4577; }

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

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

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

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

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

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

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

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