#CC4876

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

Shades of Cranberry #CC4876

Tints of Cranberry #CC4876

Color information

#CC4876 (or 0xCC4876) is unknown color: approx Cranberry. HEX triplet: CC, 48 and 76. RGB value is (204,72,118). Sum of RGB (Red+Green+Blue) = 204+72+118=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4876 is #33B789. Grayscale: #747474. Windows color (decimal): -3389322 or 7751884. OLE color: 7751884.

HSL color Cylindrical-coordinate representation of color #CC4876: hue angle of 339.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4876 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB20472118-
CMYK00.650.420.2
HSL339.09º56.41%54.12%-
HSV(B)339.09º64.71%80%-
XYZ30.4918.7819.16-
YUV116.71128.73190.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=51.78%
G=18.27%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047211800.650.420.2339.0956.4154.12
HexCC48760412A141533836
Octal314110166010152245237066
Binary11001100100100011101100100000110101010100101010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4876; }

 p { color: rgb(204,72,118); }

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

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

 a { background-color: rgb(204,72,118); }

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

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

 span { border-color: rgb(204,72,118); }

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