Shades of Alto #C8C3C2
Tints of Alto #C8C3C2
RGB
CMYK
RGB Variations
Color information
#C8C3C2 (or 0xC8C3C2) is known color: Alto. HEX triplet: C8, C3 and C2. RGB value is (200,195,194). Sum of RGB (Red+Green+Blue) = 200+195+194=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3C2 is #373C3D. Grayscale: #C4C4C4. Windows color (decimal): -3619902 or 12764104. OLE color: 12764104.
HSL color Cylindrical-coordinate representation of color #C8C3C2: hue angle of 10º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8C3C2 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 195 | 194 | - |
CMYK | 0 | 0.02 | 0.03 | 0.22 |
HSL | 10º | 0.05% | 0.77% | - |
HSV(B) | 10º | 0.03% | 0.78% | - |
XYZ | 53.07 | 55.2 | 58.9 | - |
YUV | 196.38 | 126.66 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 195 | 194 | 0 | 0.02 | 0.03 | 0.22 | 10 | 0.05 | 0.77 |
Hex | C8 | C3 | C2 | 0 | 2 | 3 | 16 | A | 5 | 4D |
Octal | 310 | 303 | 302 | 0 | 2 | 3 | 26 | 12 | 5 | 115 |
Binary | 11001000 | 11000011 | 11000010 | 0 | 10 | 11 | 10110 | 1010 | 101 | 1001101 |
Color Harmonies of #C8C3C2
Complementary color
Monochromatic Colors of #C8C3C2
Black with #C8C3C2
Text Example
Text Example
White with #C8C3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3C2; }
p { color: rgb(200,195,194); }
H1.HeaderClassName
{
color: #C8C3C2;
}
.AnyTagClassName
{
color: #C8C3C2;
}
</style>
background-color css
<style>
a { background-color: #C8C3C2; }
a { background-color: rgb(200,195,194); }
div.DivClassName
{
background-color: #C8C3C2;
}
.BgClassName
{
background-color: #C8C3C2;
}
</style>
border-color css
<style>
span { border-color: #C8C3C2; }
span { border-color: rgb(200,195,194); }
td.TdClassName
{
border-color: #C8C3C2;
}
.TagClassName
{
border-color: #C8C3C2;
}
</style>