#CCC38F

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

Shades of Winter Hazel #CCC38F

Tints of Winter Hazel #CCC38F

Color information

#CCC38F (or 0xCCC38F) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 8F. RGB value is (204,195,143). Sum of RGB (Red+Green+Blue) = 204+195+143=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC38F is #333C70. Grayscale: #BFBFBF. Windows color (decimal): -3357809 or 9421772. OLE color: 9421772.

HSL color Cylindrical-coordinate representation of color #CCC38F: hue angle of 51.15º degrees, saturation: 0.37, 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 #CCC38F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204195143-
CMYK00.040.300.2
HSL51.15º37.42%68.04%-
HSV(B)51.15º29.9%80%-
XYZ49.3753.8533.78-
YUV191.76100.48136.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 143 (56.25% from 255) = 26.38%
R=37.64%
G=35.98%
B=26.38%

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
Decimal20419514300.040.300.251.1537.4268.04
HexCCC38F041E14332544
Octal3143032170436246345104
Binary110011001100001110001111010011110101001100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC38F; }

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

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

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

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

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

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

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

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