#CCC38E

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

Shades of Winter Hazel #CCC38E

Tints of Winter Hazel #CCC38E

Color information

#CCC38E (or 0xCCC38E) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 8E. RGB value is (204,195,142). Sum of RGB (Red+Green+Blue) = 204+195+142=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC38E is #333C71. Grayscale: #BFBFBF. Windows color (decimal): -3357810 or 9356236. OLE color: 9356236.

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

Color convert

RGB204195142-
CMYK00.040.300.2
HSL51.29º37.8%67.84%-
HSV(B)51.29º30.39%80%-
XYZ49.353.8233.38-
YUV191.6599.98136.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 142 (55.86% from 255) = 26.25%
R=37.71%
G=36.04%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419514200.040.300.251.2937.867.84
HexCCC38E041E14332644
Octal3143032160436246346104
Binary110011001100001110001110010011110101001100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC38E; }

 p { color: rgb(204,195,142); }

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

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

 a { background-color: rgb(204,195,142); }

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

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

 span { border-color: rgb(204,195,142); }

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