Shades of Alto #CFBEBC
Tints of Alto #CFBEBC
RGB
CMYK
RGB Variations
Color information
#CFBEBC (or 0xCFBEBC) is known color: Alto. HEX triplet: CF, BE and BC. RGB value is (207,190,188). Sum of RGB (Red+Green+Blue) = 207+190+188=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEBC is #304143. Grayscale: #C2C2C2. Windows color (decimal): -3162436 or 12369615. OLE color: 12369615.
HSL color Cylindrical-coordinate representation of color #CFBEBC: hue angle of 6.32º 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 #CFBEBC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 188 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.19 |
| HSL | 6.32º | 0.17% | 0.77% | - |
| HSV(B) | 6.32º | 0.09% | 0.81% | - |
| XYZ | 53.22 | 53.72 | 55.14 | - |
| YUV | 194.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 188 | 0 | 0.08 | 0.09 | 0.19 | 6.32 | 0.17 | 0.77 |
| Hex | CF | BE | BC | 0 | 8 | 9 | 13 | 6 | 11 | 4D |
| Octal | 317 | 276 | 274 | 0 | 10 | 11 | 23 | 6 | 21 | 115 |
| Binary | 11001111 | 10111110 | 10111100 | 0 | 1000 | 1001 | 10011 | 110 | 10001 | 1001101 |
Color Harmonies of #CFBEBC
Complementary color
Monochromatic Colors of #CFBEBC
Black with #CFBEBC
Text Example
Text Example
White with #CFBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEBC; }
p { color: rgb(207,190,188); }
H1.HeaderClassName
{
color: #CFBEBC;
}
.AnyTagClassName
{
color: #CFBEBC;
}
</style>
background-color css
<style>
a { background-color: #CFBEBC; }
a { background-color: rgb(207,190,188); }
div.DivClassName
{
background-color: #CFBEBC;
}
.BgClassName
{
background-color: #CFBEBC;
}
</style>
border-color css
<style>
span { border-color: #CFBEBC; }
span { border-color: rgb(207,190,188); }
td.TdClassName
{
border-color: #CFBEBC;
}
.TagClassName
{
border-color: #CFBEBC;
}
</style>