Html Css Color HEX #CC4477 Cranberry

📋 copy color: '#CC4477'

red 204 ◦ green 68 ◦ blue 119

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

Shades of Cranberry #CC4477

Tints of Cranberry #CC4477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.39%

 BLUE value IS 119 (46.88% from 255) = 30.43%

R = 52.17%
G = 17.39%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC4477 (or 0xCC4477) is known color: Cranberry. HEX triplet: CC, 44 and 77. RGB value is (204,68,119). Sum of RGB (Red+Green+Blue) = 204+68+119=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4477 is #33BB88. Grayscale: #727272. Windows color (decimal): -3390345 or 7816396. OLE color: 7816396.

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

Color convert

RGB 204 68 119 -
CMYK 0 0.67 0.42 0.2
HSL 337.5º 0.57% 0.53% -
HSV(B) 337.5º 0.67% 0.8% -
XYZ 30.3 18.3 19.39 -
YUV 114.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 204 68 119 0 0.67 0.42 0.2 337.5 0.57 0.53
Hex CC 44 77 0 43 2A 14 152 39 35
Octal 314 104 167 0 103 52 24 522 71 65
Binary 11001100 1000100 1110111 0 1000011 101010 10100 101010010 111001 110101

Color Harmonies of #CC4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4477

Black with #CC4477

Text Example


Text Example

White with #CC4477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4477; }

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

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

background-color css

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

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

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

border-color css

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

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

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