#CC4A77

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

Shades of Cranberry #CC4A77

Tints of Cranberry #CC4A77

Color information

#CC4A77 (or 0xCC4A77) is unknown color: approx Cranberry. HEX triplet: CC, 4A and 77. RGB value is (204,74,119). Sum of RGB (Red+Green+Blue) = 204+74+119=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A77 is #33B588. Grayscale: #757575. Windows color (decimal): -3388809 or 7817932. OLE color: 7817932.

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

Color convert

RGB20474119-
CMYK00.640.420.2
HSL339.23º56.03%54.51%-
HSV(B)339.23º63.73%80%-
XYZ30.6819.0719.52-
YUV118128.57189.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=51.39%
G=18.64%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047411900.640.420.2339.2356.0354.51
HexCC4A770402A141533837
Octal314112167010052245237067
Binary11001100100101011101110100000010101010100101010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A77; }

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

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

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

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

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

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

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

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