Shades of Alto #CFBDBC
Tints of Alto #CFBDBC
RGB
CMYK
RGB Variations
Color information
#CFBDBC (or 0xCFBDBC) is known color: Alto. HEX triplet: CF, BD and BC. RGB value is (207,189,188). Sum of RGB (Red+Green+Blue) = 207+189+188=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDBC is #304243. Grayscale: #C2C2C2. Windows color (decimal): -3162692 or 12369359. OLE color: 12369359.
HSL color Cylindrical-coordinate representation of color #CFBDBC: hue angle of 3.16º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBDBC is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 188 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.19 |
| HSL | 3.16º | 0.17% | 0.77% | - |
| HSV(B) | 3.16º | 0.09% | 0.81% | - |
| XYZ | 53.01 | 53.29 | 55.07 | - |
| YUV | 194.27 | 124.46 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 188 | 0 | 0.09 | 0.09 | 0.19 | 3.16 | 0.17 | 0.77 |
| Hex | CF | BD | BC | 0 | 9 | 9 | 13 | 3 | 11 | 4D |
| Octal | 317 | 275 | 274 | 0 | 11 | 11 | 23 | 3 | 21 | 115 |
| Binary | 11001111 | 10111101 | 10111100 | 0 | 1001 | 1001 | 10011 | 11 | 10001 | 1001101 |
Color Harmonies of #CFBDBC
Complementary color
Monochromatic Colors of #CFBDBC
Black with #CFBDBC
Text Example
Text Example
White with #CFBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDBC; }
p { color: rgb(207,189,188); }
H1.HeaderClassName
{
color: #CFBDBC;
}
.AnyTagClassName
{
color: #CFBDBC;
}
</style>
background-color css
<style>
a { background-color: #CFBDBC; }
a { background-color: rgb(207,189,188); }
div.DivClassName
{
background-color: #CFBDBC;
}
.BgClassName
{
background-color: #CFBDBC;
}
</style>
border-color css
<style>
span { border-color: #CFBDBC; }
span { border-color: rgb(207,189,188); }
td.TdClassName
{
border-color: #CFBDBC;
}
.TagClassName
{
border-color: #CFBDBC;
}
</style>