Shades of Alto #CBC1BF
Tints of Alto #CBC1BF
RGB
CMYK
RGB Variations
Color information
#CBC1BF (or 0xCBC1BF) is known color: Alto. HEX triplet: CB, C1 and BF. RGB value is (203,193,191). Sum of RGB (Red+Green+Blue) = 203+193+191=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1BF is #343E40. Grayscale: #C3C3C3. Windows color (decimal): -3423809 or 12566987. OLE color: 12566987.
HSL color Cylindrical-coordinate representation of color #CBC1BF: hue angle of 10º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC1BF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 191 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.20 |
| HSL | 10º | 0.1% | 0.77% | - |
| HSV(B) | 10º | 0.06% | 0.8% | - |
| XYZ | 53.1 | 54.6 | 57.03 | - |
| YUV | 195.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 191 | 0 | 0.05 | 0.06 | 0.20 | 10 | 0.1 | 0.77 |
| Hex | CB | C1 | BF | 0 | 5 | 6 | 14 | A | A | 4D |
| Octal | 313 | 301 | 277 | 0 | 5 | 6 | 24 | 12 | 12 | 115 |
| Binary | 11001011 | 11000001 | 10111111 | 0 | 101 | 110 | 10100 | 1010 | 1010 | 1001101 |
Color Harmonies of #CBC1BF
Complementary color
Monochromatic Colors of #CBC1BF
Black with #CBC1BF
Text Example
Text Example
White with #CBC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1BF; }
p { color: rgb(203,193,191); }
H1.HeaderClassName
{
color: #CBC1BF;
}
.AnyTagClassName
{
color: #CBC1BF;
}
</style>
background-color css
<style>
a { background-color: #CBC1BF; }
a { background-color: rgb(203,193,191); }
div.DivClassName
{
background-color: #CBC1BF;
}
.BgClassName
{
background-color: #CBC1BF;
}
</style>
border-color css
<style>
span { border-color: #CBC1BF; }
span { border-color: rgb(203,193,191); }
td.TdClassName
{
border-color: #CBC1BF;
}
.TagClassName
{
border-color: #CBC1BF;
}
</style>