Shades of Green Mist #C8CAA1
Tints of Green Mist #C8CAA1
RGB
CMYK
RGB Variations
Color information
#C8CAA1 (or 0xC8CAA1) is known color: Green Mist. HEX triplet: C8, CA and A1. RGB value is (200,202,161). Sum of RGB (Red+Green+Blue) = 200+202+161=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CAA1 is #37355E. Grayscale: #C4C4C4. Windows color (decimal): -3618143 or 10603208. OLE color: 10603208.
HSL color Cylindrical-coordinate representation of color #C8CAA1: hue angle of 62.93º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8CAA1 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 202 | 161 | - |
CMYK | 0.01 | 0 | 0.20 | 0.21 |
HSL | 62.93º | 0.28% | 0.71% | - |
HSV(B) | 62.93º | 0.2% | 0.79% | - |
XYZ | 51.37 | 57.09 | 42.03 | - |
YUV | 196.73 | 107.84 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 161 | 0.01 | 0 | 0.20 | 0.21 | 62.93 | 0.28 | 0.71 |
Hex | C8 | CA | A1 | 1 | 0 | 14 | 15 | 3F | 1C | 47 |
Octal | 310 | 312 | 241 | 1 | 0 | 24 | 25 | 77 | 34 | 107 |
Binary | 11001000 | 11001010 | 10100001 | 1 | 0 | 10100 | 10101 | 111111 | 11100 | 1000111 |
Color Harmonies of #C8CAA1
Complementary color
Monochromatic Colors of #C8CAA1
Black with #C8CAA1
Text Example
Text Example
White with #C8CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAA1; }
p { color: rgb(200,202,161); }
H1.HeaderClassName
{
color: #C8CAA1;
}
.AnyTagClassName
{
color: #C8CAA1;
}
</style>
background-color css
<style>
a { background-color: #C8CAA1; }
a { background-color: rgb(200,202,161); }
div.DivClassName
{
background-color: #C8CAA1;
}
.BgClassName
{
background-color: #C8CAA1;
}
</style>
border-color css
<style>
span { border-color: #C8CAA1; }
span { border-color: rgb(200,202,161); }
td.TdClassName
{
border-color: #C8CAA1;
}
.TagClassName
{
border-color: #C8CAA1;
}
</style>