Shades of Alto #CFC0BF
Tints of Alto #CFC0BF
RGB
CMYK
RGB Variations
Color information
#CFC0BF (or 0xCFC0BF) is known color: Alto. HEX triplet: CF, C0 and BF. RGB value is (207,192,191). Sum of RGB (Red+Green+Blue) = 207+192+191=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0BF is #303F40. Grayscale: #C4C4C4. Windows color (decimal): -3161921 or 12566735. OLE color: 12566735.
HSL color Cylindrical-coordinate representation of color #CFC0BF: hue angle of 3.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC0BF is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 191 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.19 |
| HSL | 3.75º | 0.14% | 0.78% | - |
| HSV(B) | 3.75º | 0.08% | 0.81% | - |
| XYZ | 53.99 | 54.73 | 57.01 | - |
| YUV | 196.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 191 | 0 | 0.07 | 0.08 | 0.19 | 3.75 | 0.14 | 0.78 |
| Hex | CF | C0 | BF | 0 | 7 | 8 | 13 | 4 | E | 4E |
| Octal | 317 | 300 | 277 | 0 | 7 | 10 | 23 | 4 | 16 | 116 |
| Binary | 11001111 | 11000000 | 10111111 | 0 | 111 | 1000 | 10011 | 100 | 1110 | 1001110 |
Color Harmonies of #CFC0BF
Complementary color
Monochromatic Colors of #CFC0BF
Black with #CFC0BF
Text Example
Text Example
White with #CFC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0BF; }
p { color: rgb(207,192,191); }
H1.HeaderClassName
{
color: #CFC0BF;
}
.AnyTagClassName
{
color: #CFC0BF;
}
</style>
background-color css
<style>
a { background-color: #CFC0BF; }
a { background-color: rgb(207,192,191); }
div.DivClassName
{
background-color: #CFC0BF;
}
.BgClassName
{
background-color: #CFC0BF;
}
</style>
border-color css
<style>
span { border-color: #CFC0BF; }
span { border-color: rgb(207,192,191); }
td.TdClassName
{
border-color: #CFC0BF;
}
.TagClassName
{
border-color: #CFC0BF;
}
</style>