Html Css Color HEX #CCC187 Winter Hazel

📋 copy color: '#CCC187'

red 204 ◦ green 193 ◦ blue 135

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

Shades of Winter Hazel #CCC187

Tints of Winter Hazel #CCC187

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.28%

 BLUE value IS 135 (53.13% from 255) = 25.38%

R = 38.35%
G = 36.28%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCC187 (or 0xCCC187) is known color: Winter Hazel. HEX triplet: CC, C1 and 87. RGB value is (204,193,135). Sum of RGB (Red+Green+Blue) = 204+193+135=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC187 is #333E78. Grayscale: #BDBDBD. Windows color (decimal): -3358329 or 8896972. OLE color: 8896972.

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

Color convert

RGB 204 193 135 -
CMYK 0 0.05 0.34 0.2
HSL 50.43º 0.4% 0.66% -
HSV(B) 50.43º 0.34% 0.8% -
XYZ 48.34 52.73 30.55 -
YUV 189.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 204 193 135 0 0.05 0.34 0.2 50.43 0.4 0.66
Hex CC C1 87 0 5 22 14 32 28 42
Octal 314 301 207 0 5 42 24 62 50 102
Binary 11001100 11000001 10000111 0 101 100010 10100 110010 101000 1000010

Color Harmonies of #CCC187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC187

Black with #CCC187

Text Example


Text Example

White with #CCC187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC187; }

 p { color: rgb(204,193,135); }

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

background-color css

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

 a { background-color: rgb(204,193,135); }

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

border-color css

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

 span { border-color: rgb(204,193,135); }

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