Html Css Color HEX #CCC677 Winter Hazel

📋 copy color: '#CCC677'

red 204 ◦ green 198 ◦ blue 119

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

Shades of Winter Hazel #CCC677

Tints of Winter Hazel #CCC677

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38%

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

R = 39.16%
G = 38%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCC677 (or 0xCCC677) is known color: Winter Hazel. HEX triplet: CC, C6 and 77. RGB value is (204,198,119). Sum of RGB (Red+Green+Blue) = 204+198+119=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC677 is #333988. Grayscale: #BFBFBF. Windows color (decimal): -3357065 or 7849676. OLE color: 7849676.

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

Color convert

RGB 204 198 119 -
CMYK 0 0.03 0.42 0.2
HSL 55.76º 0.45% 0.63% -
HSV(B) 55.76º 0.42% 0.8% -
XYZ 48.43 54.56 25.43 -
YUV 190.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 204 198 119 0 0.03 0.42 0.2 55.76 0.45 0.63
Hex CC C6 77 0 3 2A 14 38 2D 3F
Octal 314 306 167 0 3 52 24 70 55 77
Binary 11001100 11000110 1110111 0 11 101010 10100 111000 101101 111111

Color Harmonies of #CCC677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC677

Black with #CCC677

Text Example


Text Example

White with #CCC677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC677; }

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

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

background-color css

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

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

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

border-color css

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

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

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