#CCC593

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

Shades of Winter Hazel #CCC593

Tints of Winter Hazel #CCC593

Color information

#CCC593 (or 0xCCC593) is unknown color: approx Winter Hazel. HEX triplet: CC, C5 and 93. RGB value is (204,197,147). Sum of RGB (Red+Green+Blue) = 204+197+147=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC593 is #333A6C. Grayscale: #C1C1C1. Windows color (decimal): -3357293 or 9684428. OLE color: 9684428.

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

Color convert

RGB204197147-
CMYK00.030.280.2
HSL52.63º35.85%68.82%-
HSV(B)52.63º27.94%80%-
XYZ50.1354.8835.55-
YUV193.39101.82135.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 147 (57.81% from 255) = 26.82%
R=37.23%
G=35.95%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419714700.030.280.252.6335.8568.82
HexCCC593031C14352445
Octal3143052230334246544105
Binary11001100110001011001001101111100101001101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC593; }

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

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

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

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

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

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

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

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