Shades of Alto #C8C2C1
Tints of Alto #C8C2C1
RGB
CMYK
RGB Variations
Color information
#C8C2C1 (or 0xC8C2C1) is known color: Alto. HEX triplet: C8, C2 and C1. RGB value is (200,194,193). Sum of RGB (Red+Green+Blue) = 200+194+193=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2C1 is #373D3E. Grayscale: #C3C3C3. Windows color (decimal): -3620159 or 12698312. OLE color: 12698312.
HSL color Cylindrical-coordinate representation of color #C8C2C1: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8C2C1 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 193 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.22 |
| HSL | 8.57º | 0.06% | 0.77% | - |
| HSV(B) | 8.57º | 0.04% | 0.78% | - |
| XYZ | 52.74 | 54.71 | 58.23 | - |
| YUV | 195.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 193 | 0 | 0.03 | 0.04 | 0.22 | 8.57 | 0.06 | 0.77 |
| Hex | C8 | C2 | C1 | 0 | 3 | 4 | 16 | 9 | 6 | 4D |
| Octal | 310 | 302 | 301 | 0 | 3 | 4 | 26 | 11 | 6 | 115 |
| Binary | 11001000 | 11000010 | 11000001 | 0 | 11 | 100 | 10110 | 1001 | 110 | 1001101 |
Color Harmonies of #C8C2C1
Complementary color
Monochromatic Colors of #C8C2C1
Black with #C8C2C1
Text Example
Text Example
White with #C8C2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2C1; }
p { color: rgb(200,194,193); }
H1.HeaderClassName
{
color: #C8C2C1;
}
.AnyTagClassName
{
color: #C8C2C1;
}
</style>
background-color css
<style>
a { background-color: #C8C2C1; }
a { background-color: rgb(200,194,193); }
div.DivClassName
{
background-color: #C8C2C1;
}
.BgClassName
{
background-color: #C8C2C1;
}
</style>
border-color css
<style>
span { border-color: #C8C2C1; }
span { border-color: rgb(200,194,193); }
td.TdClassName
{
border-color: #C8C2C1;
}
.TagClassName
{
border-color: #C8C2C1;
}
</style>