Html Css Color HEX #CC4776 Cranberry

📋 copy color: '#CC4776'

red 204 ◦ green 71 ◦ blue 118

#CC4776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #CC4776

Tints of Cranberry #CC4776

RGB

 RED value IS 204 (80.08% from 255) = 51.91%

 GREEN value IS 71 (28.13% from 255) = 18.07%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 51.91%
G = 18.07%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC4776 (or 0xCC4776) is known color: Cranberry. HEX triplet: CC, 47 and 76. RGB value is (204,71,118). Sum of RGB (Red+Green+Blue) = 204+71+118=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4776 is #33B889. Grayscale: #747474. Windows color (decimal): -3389578 or 7751628. OLE color: 7751628.

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

Color convert

RGB 204 71 118 -
CMYK 0 0.65 0.42 0.2
HSL 338.8º 0.57% 0.54% -
HSV(B) 338.8º 0.65% 0.8% -
XYZ 30.43 18.65 19.14 -
YUV 116.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 204 71 118 0 0.65 0.42 0.2 338.8 0.57 0.54
Hex CC 47 76 0 41 2A 14 153 39 36
Octal 314 107 166 0 101 52 24 523 71 66
Binary 11001100 1000111 1110110 0 1000001 101010 10100 101010011 111001 110110

Color Harmonies of #CC4776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4776

Black with #CC4776

Text Example


Text Example

White with #CC4776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4776; }

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

 H1.HeaderClassName
 {
   color: #CC4776;
 }
 .AnyTagClassName
 {
   color: #CC4776;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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