Html Css Color HEX #CCC086 Winter Hazel

📋 copy color: '#CCC086'

red 204 ◦ green 192 ◦ blue 134

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

Shades of Winter Hazel #CCC086

Tints of Winter Hazel #CCC086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.28%

R = 38.49%
G = 36.23%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCC086 (or 0xCCC086) is known color: Winter Hazel. HEX triplet: CC, C0 and 86. RGB value is (204,192,134). Sum of RGB (Red+Green+Blue) = 204+192+134=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC086 is #333F79. Grayscale: #BDBDBD. Windows color (decimal): -3358586 or 8831180. OLE color: 8831180.

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

Color convert

RGB 204 192 134 -
CMYK 0 0.06 0.34 0.2
HSL 49.71º 0.41% 0.66% -
HSV(B) 49.71º 0.34% 0.8% -
XYZ 48.05 52.26 30.11 -
YUV 188.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 204 192 134 0 0.06 0.34 0.2 49.71 0.41 0.66
Hex CC C0 86 0 6 22 14 32 29 42
Octal 314 300 206 0 6 42 24 62 51 102
Binary 11001100 11000000 10000110 0 110 100010 10100 110010 101001 1000010

Color Harmonies of #CCC086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC086

Black with #CCC086

Text Example


Text Example

White with #CCC086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC086; }

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

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

background-color css

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

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

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

border-color css

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

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

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