Shades of Alto #CFC2BF
Tints of Alto #CFC2BF
RGB
CMYK
RGB Variations
Color information
#CFC2BF (or 0xCFC2BF) is known color: Alto. HEX triplet: CF, C2 and BF. RGB value is (207,194,191). Sum of RGB (Red+Green+Blue) = 207+194+191=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2BF is #303D40. Grayscale: #C5C5C5. Windows color (decimal): -3161409 or 12567247. OLE color: 12567247.
HSL color Cylindrical-coordinate representation of color #CFC2BF: hue angle of 11.25º 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 #CFC2BF is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 191 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.19 |
| HSL | 11.25º | 0.14% | 0.78% | - |
| HSV(B) | 11.25º | 0.08% | 0.81% | - |
| XYZ | 54.43 | 55.61 | 57.16 | - |
| YUV | 197.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 191 | 0 | 0.06 | 0.08 | 0.19 | 11.25 | 0.14 | 0.78 |
| Hex | CF | C2 | BF | 0 | 6 | 8 | 13 | B | E | 4E |
| Octal | 317 | 302 | 277 | 0 | 6 | 10 | 23 | 13 | 16 | 116 |
| Binary | 11001111 | 11000010 | 10111111 | 0 | 110 | 1000 | 10011 | 1011 | 1110 | 1001110 |
Color Harmonies of #CFC2BF
Complementary color
Monochromatic Colors of #CFC2BF
Black with #CFC2BF
Text Example
Text Example
White with #CFC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2BF; }
p { color: rgb(207,194,191); }
H1.HeaderClassName
{
color: #CFC2BF;
}
.AnyTagClassName
{
color: #CFC2BF;
}
</style>
background-color css
<style>
a { background-color: #CFC2BF; }
a { background-color: rgb(207,194,191); }
div.DivClassName
{
background-color: #CFC2BF;
}
.BgClassName
{
background-color: #CFC2BF;
}
</style>
border-color css
<style>
span { border-color: #CFC2BF; }
span { border-color: rgb(207,194,191); }
td.TdClassName
{
border-color: #CFC2BF;
}
.TagClassName
{
border-color: #CFC2BF;
}
</style>