#CCC393

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

Shades of Winter Hazel #CCC393

Tints of Winter Hazel #CCC393

Color information

#CCC393 (or 0xCCC393) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 93. RGB value is (204,195,147). Sum of RGB (Red+Green+Blue) = 204+195+147=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC393 is #333C6C. Grayscale: #C0C0C0. Windows color (decimal): -3357805 or 9683916. OLE color: 9683916.

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

Color convert

RGB204195147-
CMYK00.040.280.2
HSL50.53º35.85%68.82%-
HSV(B)50.53º27.94%80%-
XYZ49.6853.9735.4-
YUV192.22102.48136.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 147 (57.81% from 255) = 26.92%
R=37.36%
G=35.71%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419514700.040.280.250.5335.8568.82
HexCCC393041C14332445
Octal3143032230434246344105
Binary110011001100001110010011010011100101001100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC393; }

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

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

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

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

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

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

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

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