#CA4377

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

Shades of Cranberry #CA4377

Tints of Cranberry #CA4377

Color information

#CA4377 (or 0xCA4377) is unknown color: approx Cranberry. HEX triplet: CA, 43 and 77. RGB value is (202,67,119). Sum of RGB (Red+Green+Blue) = 202+67+119=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4377 is #35BC88. Grayscale: #717171. Windows color (decimal): -3521673 or 7816138. OLE color: 7816138.

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

Color convert

RGB20267119-
CMYK00.670.410.21
HSL336.89º56.02%52.75%-
HSV(B)336.89º66.83%79.22%-
XYZ29.6917.919.34-
YUV113.29131.23191.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 67 (26.56% from 255) = 17.27%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=52.06%
G=17.27%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026711900.670.410.21336.8956.0252.75
HexCA437704329151513835
Octal312103167010351255217065
Binary11001010100001111101110100001110100110101101010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4377; }

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

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

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

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

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

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

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

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