Html Css Color HEX #CCC08E Winter Hazel

📋 copy color: '#CCC08E'

red 204 ◦ green 192 ◦ blue 142

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

Shades of Winter Hazel #CCC08E

Tints of Winter Hazel #CCC08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.39%

R = 37.92%
G = 35.69%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCC08E (or 0xCCC08E) is known color: Winter Hazel. HEX triplet: CC, C0 and 8E. RGB value is (204,192,142). Sum of RGB (Red+Green+Blue) = 204+192+142=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC08E is #333F71. Grayscale: #BEBEBE. Windows color (decimal): -3358578 or 9355468. OLE color: 9355468.

HSL color Cylindrical-coordinate representation of color #CCC08E: hue angle of 48.39º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC08E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 142 -
CMYK 0 0.06 0.30 0.2
HSL 48.39º 0.38% 0.68% -
HSV(B) 48.39º 0.3% 0.8% -
XYZ 48.63 52.49 33.16 -
YUV 189.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 204 192 142 0 0.06 0.30 0.2 48.39 0.38 0.68
Hex CC C0 8E 0 6 1E 14 30 26 44
Octal 314 300 216 0 6 36 24 60 46 104
Binary 11001100 11000000 10001110 0 110 11110 10100 110000 100110 1000100

Color Harmonies of #CCC08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC08E

Black with #CCC08E

Text Example


Text Example

White with #CCC08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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