Shades of Alto #CFC6C3
Tints of Alto #CFC6C3
RGB
CMYK
RGB Variations
Color information
#CFC6C3 (or 0xCFC6C3) is known color: Alto. HEX triplet: CF, C6 and C3. RGB value is (207,198,195). Sum of RGB (Red+Green+Blue) = 207+198+195=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6C3 is #30393C. Grayscale: #C8C8C8. Windows color (decimal): -3160381 or 12830415. OLE color: 12830415.
HSL color Cylindrical-coordinate representation of color #CFC6C3: hue angle of 15º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFC6C3 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 195 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.19 |
| HSL | 15º | 0.11% | 0.79% | - |
| HSV(B) | 15º | 0.06% | 0.81% | - |
| XYZ | 55.78 | 57.59 | 59.81 | - |
| YUV | 200.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 195 | 0 | 0.04 | 0.06 | 0.19 | 15 | 0.11 | 0.79 |
| Hex | CF | C6 | C3 | 0 | 4 | 6 | 13 | F | B | 4F |
| Octal | 317 | 306 | 303 | 0 | 4 | 6 | 23 | 17 | 13 | 117 |
| Binary | 11001111 | 11000110 | 11000011 | 0 | 100 | 110 | 10011 | 1111 | 1011 | 1001111 |
Color Harmonies of #CFC6C3
Complementary color
Monochromatic Colors of #CFC6C3
Black with #CFC6C3
Text Example
Text Example
White with #CFC6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6C3; }
p { color: rgb(207,198,195); }
H1.HeaderClassName
{
color: #CFC6C3;
}
.AnyTagClassName
{
color: #CFC6C3;
}
</style>
background-color css
<style>
a { background-color: #CFC6C3; }
a { background-color: rgb(207,198,195); }
div.DivClassName
{
background-color: #CFC6C3;
}
.BgClassName
{
background-color: #CFC6C3;
}
</style>
border-color css
<style>
span { border-color: #CFC6C3; }
span { border-color: rgb(207,198,195); }
td.TdClassName
{
border-color: #CFC6C3;
}
.TagClassName
{
border-color: #CFC6C3;
}
</style>