Html Css Color HEX #CCC471 Winter Hazel

📋 copy color: '#CCC471'

red 204 ◦ green 196 ◦ blue 113

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

Shades of Winter Hazel #CCC471

Tints of Winter Hazel #CCC471

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.21%

 BLUE value IS 113 (44.53% from 255) = 22.03%

R = 39.77%
G = 38.21%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCC471 (or 0xCCC471) is known color: Winter Hazel. HEX triplet: CC, C4 and 71. RGB value is (204,196,113). Sum of RGB (Red+Green+Blue) = 204+196+113=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC471 is #333B8E. Grayscale: #BDBDBD. Windows color (decimal): -3357583 or 7455948. OLE color: 7455948.

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

Color convert

RGB 204 196 113 -
CMYK 0 0.04 0.45 0.2
HSL 54.73º 0.47% 0.62% -
HSV(B) 54.73º 0.45% 0.8% -
XYZ 47.62 53.51 23.44 -
YUV 188.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 204 196 113 0 0.04 0.45 0.2 54.73 0.47 0.62
Hex CC C4 71 0 4 2D 14 37 2F 3E
Octal 314 304 161 0 4 55 24 67 57 76
Binary 11001100 11000100 1110001 0 100 101101 10100 110111 101111 111110

Color Harmonies of #CCC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC471

Black with #CCC471

Text Example


Text Example

White with #CCC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC471; }

 p { color: rgb(204,196,113); }

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

background-color css

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

 a { background-color: rgb(204,196,113); }

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

border-color css

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

 span { border-color: rgb(204,196,113); }

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