Html Css Color HEX #CCC072 Winter Hazel

📋 copy color: '#CCC072'

red 204 ◦ green 192 ◦ blue 114

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

Shades of Winter Hazel #CCC072

Tints of Winter Hazel #CCC072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.65%

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 40%
G = 37.65%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCC072 (or 0xCCC072) is known color: Winter Hazel. HEX triplet: CC, C0 and 72. RGB value is (204,192,114). Sum of RGB (Red+Green+Blue) = 204+192+114=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC072 is #333F8D. Grayscale: #BBBBBB. Windows color (decimal): -3358606 or 7520460. OLE color: 7520460.

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

Color convert

RGB 204 192 114 -
CMYK 0 0.06 0.44 0.2
HSL 52º 0.47% 0.62% -
HSV(B) 52º 0.44% 0.8% -
XYZ 46.79 51.75 23.44 -
YUV 186.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 204 192 114 0 0.06 0.44 0.2 52 0.47 0.62
Hex CC C0 72 0 6 2C 14 34 2F 3E
Octal 314 300 162 0 6 54 24 64 57 76
Binary 11001100 11000000 1110010 0 110 101100 10100 110100 101111 111110

Color Harmonies of #CCC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC072

Black with #CCC072

Text Example


Text Example

White with #CCC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC072; }

 p { color: rgb(204,192,114); }

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

background-color css

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

 a { background-color: rgb(204,192,114); }

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

border-color css

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

 span { border-color: rgb(204,192,114); }

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