Html Css Color HEX #CAC995 Green Mist

📋 copy color: '#CAC995'

red 202 ◦ green 201 ◦ blue 149

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

Shades of Green Mist #CAC995

Tints of Green Mist #CAC995

RGB

 RED value IS 202 (79.3% from 255) = 36.59%

 GREEN value IS 201 (78.91% from 255) = 36.41%

 BLUE value IS 149 (58.59% from 255) = 26.99%

R = 36.59%
G = 36.41%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAC995 (or 0xCAC995) is known color: Green Mist. HEX triplet: CA, C9 and 95. RGB value is (202,201,149). Sum of RGB (Red+Green+Blue) = 202+201+149=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC995 is #35366A. Grayscale: #C3C3C3. Windows color (decimal): -3487339 or 9816522. OLE color: 9816522.

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

Color convert

RGB 202 201 149 -
CMYK 0 0.00 0.26 0.21
HSL 58.87º 0.33% 0.69% -
HSV(B) 58.87º 0.26% 0.79% -
XYZ 50.67 56.5 36.67 -
YUV 195.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 202 201 149 0 0.00 0.26 0.21 58.87 0.33 0.69
Hex CA C9 95 0 0 1A 15 3B 21 45
Octal 312 311 225 0 0 32 25 73 41 105
Binary 11001010 11001001 10010101 0 0 11010 10101 111011 100001 1000101

Color Harmonies of #CAC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC995

Black with #CAC995

Text Example


Text Example

White with #CAC995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC995; }

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

 H1.HeaderClassName
 {
   color: #CAC995;
 }
 .AnyTagClassName
 {
   color: #CAC995;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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