Html Css Color HEX #CCC379 Winter Hazel

📋 copy color: '#CCC379'

red 204 ◦ green 195 ◦ blue 121

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

Shades of Winter Hazel #CCC379

Tints of Winter Hazel #CCC379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.27%

R = 39.23%
G = 37.5%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCC379 (or 0xCCC379) is known color: Winter Hazel. HEX triplet: CC, C3 and 79. RGB value is (204,195,121). Sum of RGB (Red+Green+Blue) = 204+195+121=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 121 (47.66% from 255 or 23.27% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC379 is #333C86. Grayscale: #BDBDBD. Windows color (decimal): -3357831 or 7979980. OLE color: 7979980.

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

Color convert

RGB 204 195 121 -
CMYK 0 0.04 0.41 0.2
HSL 53.49º 0.45% 0.64% -
HSV(B) 53.49º 0.41% 0.8% -
XYZ 47.87 53.25 25.84 -
YUV 189.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 204 195 121 0 0.04 0.41 0.2 53.49 0.45 0.64
Hex CC C3 79 0 4 29 14 35 2D 40
Octal 314 303 171 0 4 51 24 65 55 100
Binary 11001100 11000011 1111001 0 100 101001 10100 110101 101101 1000000

Color Harmonies of #CCC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC379

Black with #CCC379

Text Example


Text Example

White with #CCC379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC379; }

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

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

background-color css

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

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

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

border-color css

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

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

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