Shades of Alto #CBBFBC
Tints of Alto #CBBFBC
RGB
CMYK
RGB Variations
Color information
#CBBFBC (or 0xCBBFBC) is known color: Alto. HEX triplet: CB, BF and BC. RGB value is (203,191,188). Sum of RGB (Red+Green+Blue) = 203+191+188=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFBC is #344043. Grayscale: #C2C2C2. Windows color (decimal): -3424324 or 12369867. OLE color: 12369867.
HSL color Cylindrical-coordinate representation of color #CBBFBC: hue angle of 12º degrees, saturation: 0.13, 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 #CBBFBC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 188 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.20 |
| HSL | 12º | 0.13% | 0.77% | - |
| HSV(B) | 12º | 0.07% | 0.8% | - |
| XYZ | 52.34 | 53.59 | 55.16 | - |
| YUV | 194.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 188 | 0 | 0.06 | 0.07 | 0.20 | 12 | 0.13 | 0.77 |
| Hex | CB | BF | BC | 0 | 6 | 7 | 14 | C | D | 4D |
| Octal | 313 | 277 | 274 | 0 | 6 | 7 | 24 | 14 | 15 | 115 |
| Binary | 11001011 | 10111111 | 10111100 | 0 | 110 | 111 | 10100 | 1100 | 1101 | 1001101 |
Color Harmonies of #CBBFBC
Complementary color
Monochromatic Colors of #CBBFBC
Black with #CBBFBC
Text Example
Text Example
White with #CBBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFBC; }
p { color: rgb(203,191,188); }
H1.HeaderClassName
{
color: #CBBFBC;
}
.AnyTagClassName
{
color: #CBBFBC;
}
</style>
background-color css
<style>
a { background-color: #CBBFBC; }
a { background-color: rgb(203,191,188); }
div.DivClassName
{
background-color: #CBBFBC;
}
.BgClassName
{
background-color: #CBBFBC;
}
</style>
border-color css
<style>
span { border-color: #CBBFBC; }
span { border-color: rgb(203,191,188); }
td.TdClassName
{
border-color: #CBBFBC;
}
.TagClassName
{
border-color: #CBBFBC;
}
</style>