#CCC08D

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

Shades of Winter Hazel #CCC08D

Tints of Winter Hazel #CCC08D

Color information

#CCC08D (or 0xCCC08D) is unknown color: approx Winter Hazel. HEX triplet: CC, C0 and 8D. RGB value is (204,192,141). Sum of RGB (Red+Green+Blue) = 204+192+141=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC08D is #333F72. Grayscale: #BDBDBD. Windows color (decimal): -3358579 or 9289932. OLE color: 9289932.

HSL color Cylindrical-coordinate representation of color #CCC08D: hue angle of 48.57º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC08D is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204192141-
CMYK00.060.310.2
HSL48.57º38.18%67.65%-
HSV(B)48.57º30.88%80%-
XYZ48.5652.4632.77-
YUV189.77100.48138.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=37.99%
G=35.75%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419214100.060.310.248.5738.1867.65
HexCCC08D061F14312644
Octal3143002150637246146104
Binary110011001100000010001101011011111101001100011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC08D; }

 p { color: rgb(204,192,141); }

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

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

 a { background-color: rgb(204,192,141); }

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

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

 span { border-color: rgb(204,192,141); }

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