Shades of Alto #CBC0BD
Tints of Alto #CBC0BD
RGB
CMYK
RGB Variations
Color information
#CBC0BD (or 0xCBC0BD) is known color: Alto. HEX triplet: CB, C0 and BD. RGB value is (203,192,189). Sum of RGB (Red+Green+Blue) = 203+192+189=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0BD is #343F42. Grayscale: #C2C2C2. Windows color (decimal): -3424067 or 12435659. OLE color: 12435659.
HSL color Cylindrical-coordinate representation of color #CBC0BD: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC0BD is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 189 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.20 |
| HSL | 12.86º | 0.12% | 0.77% | - |
| HSV(B) | 12.86º | 0.07% | 0.8% | - |
| XYZ | 52.66 | 54.07 | 55.8 | - |
| YUV | 194.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 189 | 0 | 0.05 | 0.07 | 0.20 | 12.86 | 0.12 | 0.77 |
| Hex | CB | C0 | BD | 0 | 5 | 7 | 14 | D | C | 4D |
| Octal | 313 | 300 | 275 | 0 | 5 | 7 | 24 | 15 | 14 | 115 |
| Binary | 11001011 | 11000000 | 10111101 | 0 | 101 | 111 | 10100 | 1101 | 1100 | 1001101 |
Color Harmonies of #CBC0BD
Complementary color
Monochromatic Colors of #CBC0BD
Black with #CBC0BD
Text Example
Text Example
White with #CBC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0BD; }
p { color: rgb(203,192,189); }
H1.HeaderClassName
{
color: #CBC0BD;
}
.AnyTagClassName
{
color: #CBC0BD;
}
</style>
background-color css
<style>
a { background-color: #CBC0BD; }
a { background-color: rgb(203,192,189); }
div.DivClassName
{
background-color: #CBC0BD;
}
.BgClassName
{
background-color: #CBC0BD;
}
</style>
border-color css
<style>
span { border-color: #CBC0BD; }
span { border-color: rgb(203,192,189); }
td.TdClassName
{
border-color: #CBC0BD;
}
.TagClassName
{
border-color: #CBC0BD;
}
</style>