Html Css Color HEX #CCC179 Winter Hazel

📋 copy color: '#CCC179'

red 204 ◦ green 193 ◦ blue 121

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

Shades of Winter Hazel #CCC179

Tints of Winter Hazel #CCC179

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.26%

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

R = 39.38%
G = 37.26%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCC179 (or 0xCCC179) is known color: Winter Hazel. HEX triplet: CC, C1 and 79. RGB value is (204,193,121). Sum of RGB (Red+Green+Blue) = 204+193+121=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC179 is #333E86. Grayscale: #BCBCBC. Windows color (decimal): -3358343 or 7979468. OLE color: 7979468.

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

Color convert

RGB 204 193 121 -
CMYK 0 0.05 0.41 0.2
HSL 52.05º 0.45% 0.64% -
HSV(B) 52.05º 0.41% 0.8% -
XYZ 47.42 52.36 25.7 -
YUV 188.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 204 193 121 0 0.05 0.41 0.2 52.05 0.45 0.64
Hex CC C1 79 0 5 29 14 34 2D 40
Octal 314 301 171 0 5 51 24 64 55 100
Binary 11001100 11000001 1111001 0 101 101001 10100 110100 101101 1000000

Color Harmonies of #CCC179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC179

Black with #CCC179

Text Example


Text Example

White with #CCC179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC179; }

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

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

background-color css

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

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

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

border-color css

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

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

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