Html Css Color HEX #CCC377 Winter Hazel

📋 copy color: '#CCC377'

red 204 ◦ green 195 ◦ blue 119

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

Shades of Winter Hazel #CCC377

Tints of Winter Hazel #CCC377

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

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

R = 39.38%
G = 37.64%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCC377 (or 0xCCC377) is known color: Winter Hazel. HEX triplet: CC, C3 and 77. RGB value is (204,195,119). Sum of RGB (Red+Green+Blue) = 204+195+119=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC377 is #333C88. Grayscale: #BDBDBD. Windows color (decimal): -3357833 or 7848908. OLE color: 7848908.

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

Color convert

RGB 204 195 119 -
CMYK 0 0.04 0.42 0.2
HSL 53.65º 0.45% 0.63% -
HSV(B) 53.65º 0.42% 0.8% -
XYZ 47.75 53.2 25.2 -
YUV 189.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 204 195 119 0 0.04 0.42 0.2 53.65 0.45 0.63
Hex CC C3 77 0 4 2A 14 36 2D 3F
Octal 314 303 167 0 4 52 24 66 55 77
Binary 11001100 11000011 1110111 0 100 101010 10100 110110 101101 111111

Color Harmonies of #CCC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC377

Black with #CCC377

Text Example


Text Example

White with #CCC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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