Html Css Color HEX #CCC376 Winter Hazel

📋 copy color: '#CCC376'

red 204 ◦ green 195 ◦ blue 118

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

Shades of Winter Hazel #CCC376

Tints of Winter Hazel #CCC376

RGB

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

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

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

R = 39.46%
G = 37.72%
B = 22.82%

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

#CCC376 (or 0xCCC376) is known color: Winter Hazel. HEX triplet: CC, C3 and 76. RGB value is (204,195,118). Sum of RGB (Red+Green+Blue) = 204+195+118=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC376 is #333C89. Grayscale: #BDBDBD. Windows color (decimal): -3357834 or 7783372. OLE color: 7783372.

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

Color convert

RGB 204 195 118 -
CMYK 0 0.04 0.42 0.2
HSL 53.72º 0.46% 0.63% -
HSV(B) 53.72º 0.42% 0.8% -
XYZ 47.69 53.18 24.89 -
YUV 188.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 204 195 118 0 0.04 0.42 0.2 53.72 0.46 0.63
Hex CC C3 76 0 4 2A 14 36 2E 3F
Octal 314 303 166 0 4 52 24 66 56 77
Binary 11001100 11000011 1110110 0 100 101010 10100 110110 101110 111111

Color Harmonies of #CCC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC376

Black with #CCC376

Text Example


Text Example

White with #CCC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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