#CCC171

Color #CCC171 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CCC171

Tints of Winter Hazel #CCC171

Color information

#CCC171 (or 0xCCC171) is unknown color: approx Winter Hazel. HEX triplet: CC, C1 and 71. RGB value is (204,193,113). Sum of RGB (Red+Green+Blue) = 204+193+113=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC171 is #333E8E. Grayscale: #BBBBBB. Windows color (decimal): -3358351 or 7455180. OLE color: 7455180.

HSL color Cylindrical-coordinate representation of color #CCC171: hue angle of 52.75º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCC171 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB204193113-
CMYK00.050.450.2
HSL52.75º47.15%62.16%-
HSV(B)52.75º44.61%80%-
XYZ46.9552.1723.22-
YUV187.1786.14140-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=40%
G=37.84%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419311300.050.450.252.7547.1562.16
HexCCC171052D14352f3e
Octal314301161055524655776
Binary11001100110000011110001010110110110100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC171; }

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

 H1.HeaderClassName
 {
   color: #CCC171;
 }
 .AnyTagClassName
 {
   color: #CCC171;
 }
</style>
background-color css

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

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

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

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

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

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