#CC4877

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

Shades of Cranberry #CC4877

Tints of Cranberry #CC4877

Color information

#CC4877 (or 0xCC4877) is unknown color: approx Cranberry. HEX triplet: CC, 48 and 77. RGB value is (204,72,119). Sum of RGB (Red+Green+Blue) = 204+72+119=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4877 is #33B788. Grayscale: #747474. Windows color (decimal): -3389321 or 7817420. OLE color: 7817420.

HSL color Cylindrical-coordinate representation of color #CC4877: hue angle of 338.64º 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 #CC4877 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB20472119-
CMYK00.650.420.2
HSL338.64º56.41%54.12%-
HSV(B)338.64º64.71%80%-
XYZ30.5518.819.47-
YUV116.83129.23190.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=51.65%
G=18.23%
B=30.13%

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
Decimal2047211900.650.420.2338.6456.4154.12
HexCC48770412A141533836
Octal314110167010152245237066
Binary11001100100100011101110100000110101010100101010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4877; }

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

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

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

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

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

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

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

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