Shades of Alto #CFBFBB
Tints of Alto #CFBFBB
RGB
CMYK
RGB Variations
Color information
#CFBFBB (or 0xCFBFBB) is known color: Alto. HEX triplet: CF, BF and BB. RGB value is (207,191,187). Sum of RGB (Red+Green+Blue) = 207+191+187=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFBB is #304044. Grayscale: #C3C3C3. Windows color (decimal): -3162181 or 12304335. OLE color: 12304335.
HSL color Cylindrical-coordinate representation of color #CFBFBB: hue angle of 12º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBFBB is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 187 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.19 |
| HSL | 12º | 0.17% | 0.77% | - |
| HSV(B) | 12º | 0.1% | 0.81% | - |
| XYZ | 53.33 | 54.11 | 54.65 | - |
| YUV | 195.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 187 | 0 | 0.08 | 0.10 | 0.19 | 12 | 0.17 | 0.77 |
| Hex | CF | BF | BB | 0 | 8 | A | 13 | C | 11 | 4D |
| Octal | 317 | 277 | 273 | 0 | 10 | 12 | 23 | 14 | 21 | 115 |
| Binary | 11001111 | 10111111 | 10111011 | 0 | 1000 | 1010 | 10011 | 1100 | 10001 | 1001101 |
Color Harmonies of #CFBFBB
Complementary color
Monochromatic Colors of #CFBFBB
Black with #CFBFBB
Text Example
Text Example
White with #CFBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFBB; }
p { color: rgb(207,191,187); }
H1.HeaderClassName
{
color: #CFBFBB;
}
.AnyTagClassName
{
color: #CFBFBB;
}
</style>
background-color css
<style>
a { background-color: #CFBFBB; }
a { background-color: rgb(207,191,187); }
div.DivClassName
{
background-color: #CFBFBB;
}
.BgClassName
{
background-color: #CFBFBB;
}
</style>
border-color css
<style>
span { border-color: #CFBFBB; }
span { border-color: rgb(207,191,187); }
td.TdClassName
{
border-color: #CFBFBB;
}
.TagClassName
{
border-color: #CFBFBB;
}
</style>