Shades of Alto #CFC0BE
Tints of Alto #CFC0BE
RGB
CMYK
RGB Variations
Color information
#CFC0BE (or 0xCFC0BE) is known color: Alto. HEX triplet: CF, C0 and BE. RGB value is (207,192,190). Sum of RGB (Red+Green+Blue) = 207+192+190=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0BE is #303F41. Grayscale: #C4C4C4. Windows color (decimal): -3161922 or 12501199. OLE color: 12501199.
HSL color Cylindrical-coordinate representation of color #CFC0BE: hue angle of 7.06º degrees, saturation: 0.15, 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 #CFC0BE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 190 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.19 |
| HSL | 7.06º | 0.15% | 0.78% | - |
| HSV(B) | 7.06º | 0.08% | 0.81% | - |
| XYZ | 53.88 | 54.68 | 56.43 | - |
| YUV | 196.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 190 | 0 | 0.07 | 0.08 | 0.19 | 7.06 | 0.15 | 0.78 |
| Hex | CF | C0 | BE | 0 | 7 | 8 | 13 | 7 | F | 4E |
| Octal | 317 | 300 | 276 | 0 | 7 | 10 | 23 | 7 | 17 | 116 |
| Binary | 11001111 | 11000000 | 10111110 | 0 | 111 | 1000 | 10011 | 111 | 1111 | 1001110 |
Color Harmonies of #CFC0BE
Complementary color
Monochromatic Colors of #CFC0BE
Black with #CFC0BE
Text Example
Text Example
White with #CFC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0BE; }
p { color: rgb(207,192,190); }
H1.HeaderClassName
{
color: #CFC0BE;
}
.AnyTagClassName
{
color: #CFC0BE;
}
</style>
background-color css
<style>
a { background-color: #CFC0BE; }
a { background-color: rgb(207,192,190); }
div.DivClassName
{
background-color: #CFC0BE;
}
.BgClassName
{
background-color: #CFC0BE;
}
</style>
border-color css
<style>
span { border-color: #CFC0BE; }
span { border-color: rgb(207,192,190); }
td.TdClassName
{
border-color: #CFC0BE;
}
.TagClassName
{
border-color: #CFC0BE;
}
</style>