Shades of Alto #CFC1BE
Tints of Alto #CFC1BE
RGB
CMYK
RGB Variations
Color information
#CFC1BE (or 0xCFC1BE) is known color: Alto. HEX triplet: CF, C1 and BE. RGB value is (207,193,190). Sum of RGB (Red+Green+Blue) = 207+193+190=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1BE is #303E41. Grayscale: #C4C4C4. Windows color (decimal): -3161666 or 12501455. OLE color: 12501455.
HSL color Cylindrical-coordinate representation of color #CFC1BE: hue angle of 10.59º 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 #CFC1BE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 190 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.19 |
| HSL | 10.59º | 0.15% | 0.78% | - |
| HSV(B) | 10.59º | 0.08% | 0.81% | - |
| XYZ | 54.1 | 55.12 | 56.5 | - |
| YUV | 196.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 190 | 0 | 0.07 | 0.08 | 0.19 | 10.59 | 0.15 | 0.78 |
| Hex | CF | C1 | BE | 0 | 7 | 8 | 13 | B | F | 4E |
| Octal | 317 | 301 | 276 | 0 | 7 | 10 | 23 | 13 | 17 | 116 |
| Binary | 11001111 | 11000001 | 10111110 | 0 | 111 | 1000 | 10011 | 1011 | 1111 | 1001110 |
Color Harmonies of #CFC1BE
Complementary color
Monochromatic Colors of #CFC1BE
Black with #CFC1BE
Text Example
Text Example
White with #CFC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1BE; }
p { color: rgb(207,193,190); }
H1.HeaderClassName
{
color: #CFC1BE;
}
.AnyTagClassName
{
color: #CFC1BE;
}
</style>
background-color css
<style>
a { background-color: #CFC1BE; }
a { background-color: rgb(207,193,190); }
div.DivClassName
{
background-color: #CFC1BE;
}
.BgClassName
{
background-color: #CFC1BE;
}
</style>
border-color css
<style>
span { border-color: #CFC1BE; }
span { border-color: rgb(207,193,190); }
td.TdClassName
{
border-color: #CFC1BE;
}
.TagClassName
{
border-color: #CFC1BE;
}
</style>