Html Css Color HEX #CCC684 Winter Hazel

📋 copy color: '#CCC684'

red 204 ◦ green 198 ◦ blue 132

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

Shades of Winter Hazel #CCC684

Tints of Winter Hazel #CCC684

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.08%

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

R = 38.2%
G = 37.08%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCC684 (or 0xCCC684) is known color: Winter Hazel. HEX triplet: CC, C6 and 84. RGB value is (204,198,132). Sum of RGB (Red+Green+Blue) = 204+198+132=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC684 is #33397B. Grayscale: #C0C0C0. Windows color (decimal): -3357052 or 8701644. OLE color: 8701644.

HSL color Cylindrical-coordinate representation of color #CCC684: hue angle of 55º 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 #CCC684 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 132 -
CMYK 0 0.03 0.35 0.2
HSL 55º 0.41% 0.66% -
HSV(B) 55º 0.35% 0.8% -
XYZ 49.26 54.89 29.83 -
YUV 192.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 204 198 132 0 0.03 0.35 0.2 55 0.41 0.66
Hex CC C6 84 0 3 23 14 37 29 42
Octal 314 306 204 0 3 43 24 67 51 102
Binary 11001100 11000110 10000100 0 11 100011 10100 110111 101001 1000010

Color Harmonies of #CCC684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC684

Black with #CCC684

Text Example


Text Example

White with #CCC684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC684; }

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

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

background-color css

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

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

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

border-color css

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

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

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