Html Css Color HEX #CCC077 Winter Hazel

📋 copy color: '#CCC077'

red 204 ◦ green 192 ◦ blue 119

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

Shades of Winter Hazel #CCC077

Tints of Winter Hazel #CCC077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.28%

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

R = 39.61%
G = 37.28%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCC077 (or 0xCCC077) is known color: Winter Hazel. HEX triplet: CC, C0 and 77. RGB value is (204,192,119). Sum of RGB (Red+Green+Blue) = 204+192+119=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC077 is #333F88. Grayscale: #BBBBBB. Windows color (decimal): -3358601 or 7848140. OLE color: 7848140.

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

Color convert

RGB 204 192 119 -
CMYK 0 0.06 0.42 0.2
HSL 51.53º 0.45% 0.63% -
HSV(B) 51.53º 0.42% 0.8% -
XYZ 47.08 51.87 24.98 -
YUV 187.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 204 192 119 0 0.06 0.42 0.2 51.53 0.45 0.63
Hex CC C0 77 0 6 2A 14 34 2D 3F
Octal 314 300 167 0 6 52 24 64 55 77
Binary 11001100 11000000 1110111 0 110 101010 10100 110100 101101 111111

Color Harmonies of #CCC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC077

Black with #CCC077

Text Example


Text Example

White with #CCC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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