Shades of Alto #CBC6C5
Tints of Alto #CBC6C5
RGB
CMYK
RGB Variations
Color information
#CBC6C5 (or 0xCBC6C5) is known color: Alto. HEX triplet: CB, C6 and C5. RGB value is (203,198,197). Sum of RGB (Red+Green+Blue) = 203+198+197=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6C5 is #34393A. Grayscale: #C7C7C7. Windows color (decimal): -3422523 or 12961483. OLE color: 12961483.
HSL color Cylindrical-coordinate representation of color #CBC6C5: hue angle of 10º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC6C5 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 197 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.20 |
| HSL | 10º | 0.05% | 0.78% | - |
| HSV(B) | 10º | 0.03% | 0.8% | - |
| XYZ | 54.9 | 57.12 | 60.95 | - |
| YUV | 199.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 197 | 0 | 0.02 | 0.03 | 0.20 | 10 | 0.05 | 0.78 |
| Hex | CB | C6 | C5 | 0 | 2 | 3 | 14 | A | 5 | 4E |
| Octal | 313 | 306 | 305 | 0 | 2 | 3 | 24 | 12 | 5 | 116 |
| Binary | 11001011 | 11000110 | 11000101 | 0 | 10 | 11 | 10100 | 1010 | 101 | 1001110 |
Color Harmonies of #CBC6C5
Complementary color
Monochromatic Colors of #CBC6C5
Black with #CBC6C5
Text Example
Text Example
White with #CBC6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6C5; }
p { color: rgb(203,198,197); }
H1.HeaderClassName
{
color: #CBC6C5;
}
.AnyTagClassName
{
color: #CBC6C5;
}
</style>
background-color css
<style>
a { background-color: #CBC6C5; }
a { background-color: rgb(203,198,197); }
div.DivClassName
{
background-color: #CBC6C5;
}
.BgClassName
{
background-color: #CBC6C5;
}
</style>
border-color css
<style>
span { border-color: #CBC6C5; }
span { border-color: rgb(203,198,197); }
td.TdClassName
{
border-color: #CBC6C5;
}
.TagClassName
{
border-color: #CBC6C5;
}
</style>