#CCC38A

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

Shades of Winter Hazel #CCC38A

Tints of Winter Hazel #CCC38A

Color information

#CCC38A (or 0xCCC38A) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 8A. RGB value is (204,195,138). Sum of RGB (Red+Green+Blue) = 204+195+138=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC38A is #333C75. Grayscale: #BFBFBF. Windows color (decimal): -3357814 or 9094092. OLE color: 9094092.

HSL color Cylindrical-coordinate representation of color #CCC38A: hue angle of 51.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCC38A is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204195138-
CMYK00.040.320.2
HSL51.82º39.29%67.06%-
HSV(B)51.82º32.35%80%-
XYZ4953.731.83-
YUV191.1997.98137.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 195 (76.56% from 255) = 36.31%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=37.99%
G=36.31%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419513800.040.320.251.8239.2967.06
HexCCC38A042014342743
Octal3143032120440246447103
Binary1100110011000011100010100100100000101001101001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC38A; }

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

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

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

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

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

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

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

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