Shades of Alto #C6C3C2
Tints of Alto #C6C3C2
RGB
CMYK
RGB Variations
Color information
#C6C3C2 (or 0xC6C3C2) is known color: Alto. HEX triplet: C6, C3 and C2. RGB value is (198,195,194). Sum of RGB (Red+Green+Blue) = 198+195+194=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C3C2 is #393C3D. Grayscale: #C3C3C3. Windows color (decimal): -3750974 or 12764102. OLE color: 12764102.
HSL color Cylindrical-coordinate representation of color #C6C3C2: hue angle of 15º degrees, saturation: 0.03, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C6C3C2 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 194 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.22 |
| HSL | 15º | 0.03% | 0.77% | - |
| HSV(B) | 15º | 0.02% | 0.78% | - |
| XYZ | 52.54 | 54.93 | 58.87 | - |
| YUV | 195.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 194 | 0 | 0.02 | 0.02 | 0.22 | 15 | 0.03 | 0.77 |
| Hex | C6 | C3 | C2 | 0 | 2 | 2 | 16 | F | 3 | 4D |
| Octal | 306 | 303 | 302 | 0 | 2 | 2 | 26 | 17 | 3 | 115 |
| Binary | 11000110 | 11000011 | 11000010 | 0 | 10 | 10 | 10110 | 1111 | 11 | 1001101 |
Color Harmonies of #C6C3C2
Complementary color
Monochromatic Colors of #C6C3C2
Black with #C6C3C2
Text Example
Text Example
White with #C6C3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C3C2; }
p { color: rgb(198,195,194); }
H1.HeaderClassName
{
color: #C6C3C2;
}
.AnyTagClassName
{
color: #C6C3C2;
}
</style>
background-color css
<style>
a { background-color: #C6C3C2; }
a { background-color: rgb(198,195,194); }
div.DivClassName
{
background-color: #C6C3C2;
}
.BgClassName
{
background-color: #C6C3C2;
}
</style>
border-color css
<style>
span { border-color: #C6C3C2; }
span { border-color: rgb(198,195,194); }
td.TdClassName
{
border-color: #C6C3C2;
}
.TagClassName
{
border-color: #C6C3C2;
}
</style>