Html Css Color HEX #CCC084 Winter Hazel

📋 copy color: '#CCC084'

red 204 ◦ green 192 ◦ blue 132

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

Shades of Winter Hazel #CCC084

Tints of Winter Hazel #CCC084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25%

R = 38.64%
G = 36.36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCC084 (or 0xCCC084) is known color: Winter Hazel. HEX triplet: CC, C0 and 84. RGB value is (204,192,132). Sum of RGB (Red+Green+Blue) = 204+192+132=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC084 is #333F7B. Grayscale: #BDBDBD. Windows color (decimal): -3358588 or 8700108. OLE color: 8700108.

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

Color convert

RGB 204 192 132 -
CMYK 0 0.06 0.35 0.2
HSL 50º 0.41% 0.66% -
HSV(B) 50º 0.35% 0.8% -
XYZ 47.92 52.2 29.38 -
YUV 188.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 204 192 132 0 0.06 0.35 0.2 50 0.41 0.66
Hex CC C0 84 0 6 23 14 32 29 42
Octal 314 300 204 0 6 43 24 62 51 102
Binary 11001100 11000000 10000100 0 110 100011 10100 110010 101001 1000010

Color Harmonies of #CCC084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC084

Black with #CCC084

Text Example


Text Example

White with #CCC084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC084; }

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

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

background-color css

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

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

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

border-color css

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

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

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