#CCC093

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

Shades of Winter Hazel #CCC093

Tints of Winter Hazel #CCC093

Color information

#CCC093 (or 0xCCC093) is unknown color: approx Winter Hazel. HEX triplet: CC, C0 and 93. RGB value is (204,192,147). Sum of RGB (Red+Green+Blue) = 204+192+147=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC093 is #333F6C. Grayscale: #BEBEBE. Windows color (decimal): -3358573 or 9683148. OLE color: 9683148.

HSL color Cylindrical-coordinate representation of color #CCC093: hue angle of 47.37º 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 #CCC093 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204192147-
CMYK00.060.280.2
HSL47.37º35.85%68.82%-
HSV(B)47.37º27.94%80%-
XYZ49.0252.6435.18-
YUV190.46103.48137.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=37.57%
G=35.36%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419214700.060.280.247.3735.8568.82
HexCCC093061C142f2445
Octal3143002230634245744105
Binary110011001100000010010011011011100101001011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC093; }

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

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

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

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

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

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

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

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