Shades of Alto #CFBEBD
Tints of Alto #CFBEBD
RGB
CMYK
RGB Variations
Color information
#CFBEBD (or 0xCFBEBD) is known color: Alto. HEX triplet: CF, BE and BD. RGB value is (207,190,189). Sum of RGB (Red+Green+Blue) = 207+190+189=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEBD is #304142. Grayscale: #C2C2C2. Windows color (decimal): -3162435 or 12435151. OLE color: 12435151.
HSL color Cylindrical-coordinate representation of color #CFBEBD: hue angle of 3.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFBEBD is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 189 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.19 |
| HSL | 3.33º | 0.16% | 0.78% | - |
| HSV(B) | 3.33º | 0.09% | 0.81% | - |
| XYZ | 53.33 | 53.77 | 55.71 | - |
| YUV | 194.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 189 | 0 | 0.08 | 0.09 | 0.19 | 3.33 | 0.16 | 0.78 |
| Hex | CF | BE | BD | 0 | 8 | 9 | 13 | 3 | 10 | 4E |
| Octal | 317 | 276 | 275 | 0 | 10 | 11 | 23 | 3 | 20 | 116 |
| Binary | 11001111 | 10111110 | 10111101 | 0 | 1000 | 1001 | 10011 | 11 | 10000 | 1001110 |
Color Harmonies of #CFBEBD
Complementary color
Monochromatic Colors of #CFBEBD
Black with #CFBEBD
Text Example
Text Example
White with #CFBEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEBD; }
p { color: rgb(207,190,189); }
H1.HeaderClassName
{
color: #CFBEBD;
}
.AnyTagClassName
{
color: #CFBEBD;
}
</style>
background-color css
<style>
a { background-color: #CFBEBD; }
a { background-color: rgb(207,190,189); }
div.DivClassName
{
background-color: #CFBEBD;
}
.BgClassName
{
background-color: #CFBEBD;
}
</style>
border-color css
<style>
span { border-color: #CFBEBD; }
span { border-color: rgb(207,190,189); }
td.TdClassName
{
border-color: #CFBEBD;
}
.TagClassName
{
border-color: #CFBEBD;
}
</style>