Html Css Color HEX #CCC586 Winter Hazel

📋 copy color: '#CCC586'

red 204 ◦ green 197 ◦ blue 134

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

Shades of Winter Hazel #CCC586

Tints of Winter Hazel #CCC586

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.82%

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

R = 38.13%
G = 36.82%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCC586 (or 0xCCC586) is known color: Winter Hazel. HEX triplet: CC, C5 and 86. RGB value is (204,197,134). Sum of RGB (Red+Green+Blue) = 204+197+134=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC586 is #333A79. Grayscale: #C0C0C0. Windows color (decimal): -3357306 or 8832460. OLE color: 8832460.

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

Color convert

RGB 204 197 134 -
CMYK 0 0.03 0.34 0.2
HSL 54º 0.41% 0.66% -
HSV(B) 54º 0.34% 0.8% -
XYZ 49.17 54.49 30.48 -
YUV 191.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 204 197 134 0 0.03 0.34 0.2 54 0.41 0.66
Hex CC C5 86 0 3 22 14 36 29 42
Octal 314 305 206 0 3 42 24 66 51 102
Binary 11001100 11000101 10000110 0 11 100010 10100 110110 101001 1000010

Color Harmonies of #CCC586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC586

Black with #CCC586

Text Example


Text Example

White with #CCC586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC586; }

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

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

background-color css

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

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

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

border-color css

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

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

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