#ccc172

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

Shades of Winter Hazel #CCC172

Tints of Winter Hazel #CCC172

Color information

#CCC172 (or 0xCCC172) is unknown color: approx Winter Hazel. HEX triplet: CC, C1 and 72. RGB value is (204,193,114). Sum of RGB (Red+Green+Blue) = 204+193+114=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC172 is #333E8D. Grayscale: #BBBBBB. Windows color (decimal): -3358350 or 7520716. OLE color: 7520716.

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

Color convert

RGB204193114-
CMYK00.050.440.2
HSL52.67º46.88%62.35%-
HSV(B)52.67º44.12%80%-
XYZ47.0152.1923.52-
YUV187.2886.64139.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 114 (44.92% from 255) = 22.31%
R=39.92%
G=37.77%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419311400.050.440.252.6746.8862.35
HexCCC172052C14352f3e
Octal314301162055424655776
Binary11001100110000011110010010110110010100110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccc172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccc172; }

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

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

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

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

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

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

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

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