Html Css Color HEX #CAC993 Green Mist

📋 copy color: '#CAC993'

red 202 ◦ green 201 ◦ blue 147

#CAC993
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #CAC993

Tints of Green Mist #CAC993

RGB

 RED value IS 202 (79.3% 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 value IS 0

 M value IS 0.00

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAC993 (or 0xCAC993) is known color: 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

RGB 202 201 147 -
CMYK 0 0.00 0.27 0.21
HSL 58.91º 0.34% 0.68% -
HSV(B) 58.91º 0.27% 0.79% -
XYZ 50.51 56.44 35.83 -
YUV 195.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 202 201 147 0 0.00 0.27 0.21 58.91 0.34 0.68
Hex CA C9 93 0 0 1B 15 3B 22 44
Octal 312 311 223 0 0 33 25 73 42 104
Binary 11001010 11001001 10010011 0 0 11011 10101 111011 100010 1000100

Color Harmonies of #CAC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC993

Black with #CAC993

Text Example


Text Example

White with #CAC993

Text Example


Text Example

HTML Codes & Css Web 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>