Shades of Alto #CFC1C0
Tints of Alto #CFC1C0
RGB
CMYK
RGB Variations
Color information
#CFC1C0 (or 0xCFC1C0) is known color: Alto. HEX triplet: CF, C1 and C0. RGB value is (207,193,192). Sum of RGB (Red+Green+Blue) = 207+193+192=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1C0 is #303E3F. Grayscale: #C5C5C5. Windows color (decimal): -3161664 or 12632527. OLE color: 12632527.
HSL color Cylindrical-coordinate representation of color #CFC1C0: hue angle of 4º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFC1C0 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 192 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.19 |
| HSL | 4º | 0.14% | 0.78% | - |
| HSV(B) | 4º | 0.07% | 0.81% | - |
| XYZ | 54.32 | 55.21 | 57.66 | - |
| YUV | 197.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 192 | 0 | 0.07 | 0.07 | 0.19 | 4 | 0.14 | 0.78 |
| Hex | CF | C1 | C0 | 0 | 7 | 7 | 13 | 4 | E | 4E |
| Octal | 317 | 301 | 300 | 0 | 7 | 7 | 23 | 4 | 16 | 116 |
| Binary | 11001111 | 11000001 | 11000000 | 0 | 111 | 111 | 10011 | 100 | 1110 | 1001110 |
Color Harmonies of #CFC1C0
Complementary color
Monochromatic Colors of #CFC1C0
Black with #CFC1C0
Text Example
Text Example
White with #CFC1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1C0; }
p { color: rgb(207,193,192); }
H1.HeaderClassName
{
color: #CFC1C0;
}
.AnyTagClassName
{
color: #CFC1C0;
}
</style>
background-color css
<style>
a { background-color: #CFC1C0; }
a { background-color: rgb(207,193,192); }
div.DivClassName
{
background-color: #CFC1C0;
}
.BgClassName
{
background-color: #CFC1C0;
}
</style>
border-color css
<style>
span { border-color: #CFC1C0; }
span { border-color: rgb(207,193,192); }
td.TdClassName
{
border-color: #CFC1C0;
}
.TagClassName
{
border-color: #CFC1C0;
}
</style>