Shades of Alto #CFC0BD
Tints of Alto #CFC0BD
RGB
CMYK
RGB Variations
Color information
#CFC0BD (or 0xCFC0BD) is known color: Alto. HEX triplet: CF, C0 and BD. RGB value is (207,192,189). Sum of RGB (Red+Green+Blue) = 207+192+189=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0BD is #303F42. Grayscale: #C4C4C4. Windows color (decimal): -3161923 or 12435663. OLE color: 12435663.
HSL color Cylindrical-coordinate representation of color #CFC0BD: hue angle of 10º 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 #CFC0BD is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 189 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.19 |
| HSL | 10º | 0.16% | 0.78% | - |
| HSV(B) | 10º | 0.09% | 0.81% | - |
| XYZ | 53.77 | 54.64 | 55.86 | - |
| YUV | 196.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 189 | 0 | 0.07 | 0.09 | 0.19 | 10 | 0.16 | 0.78 |
| Hex | CF | C0 | BD | 0 | 7 | 9 | 13 | A | 10 | 4E |
| Octal | 317 | 300 | 275 | 0 | 7 | 11 | 23 | 12 | 20 | 116 |
| Binary | 11001111 | 11000000 | 10111101 | 0 | 111 | 1001 | 10011 | 1010 | 10000 | 1001110 |
Color Harmonies of #CFC0BD
Complementary color
Monochromatic Colors of #CFC0BD
Black with #CFC0BD
Text Example
Text Example
White with #CFC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0BD; }
p { color: rgb(207,192,189); }
H1.HeaderClassName
{
color: #CFC0BD;
}
.AnyTagClassName
{
color: #CFC0BD;
}
</style>
background-color css
<style>
a { background-color: #CFC0BD; }
a { background-color: rgb(207,192,189); }
div.DivClassName
{
background-color: #CFC0BD;
}
.BgClassName
{
background-color: #CFC0BD;
}
</style>
border-color css
<style>
span { border-color: #CFC0BD; }
span { border-color: rgb(207,192,189); }
td.TdClassName
{
border-color: #CFC0BD;
}
.TagClassName
{
border-color: #CFC0BD;
}
</style>