#CAC993

Color #CAC993 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #CAC993

Tints of Green Mist #CAC993

Color information

#CAC993 (or 0xCAC993) is unknown color: approx Green Mist. HEX triplet: CA, C9 and 93. RGB value is (202,201,147). Sum of RGB (Red+Green+Blue) = 202+201+147=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC993 is #35366C. Grayscale: #C3C3C3. Windows color (decimal): -3487341 or 9685450. OLE color: 9685450.

HSL color Cylindrical-coordinate representation of color #CAC993: hue angle of 58.91º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAC993 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB202201147-
CMYK00.000.270.21
HSL58.91º34.16%68.43%-
HSV(B)58.91º27.23%79.22%-
XYZ50.5156.4435.83-
YUV195.14100.83132.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 201 (78.91% from 255) = 36.55%
BLUE value IS 147 (57.81% from 255) = 26.73%
R=36.73%
G=36.55%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220114700.000.270.2158.9134.1668.43
HexCAC993001B153b2244
Octal3123112230033257342104
Binary1100101011001001100100110011011101011110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC993; }

 p { color: rgb(202,201,147); }

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

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

 a { background-color: rgb(202,201,147); }

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

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

 span { border-color: rgb(202,201,147); }

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