Shades of Alto #CFC4C3
Tints of Alto #CFC4C3
RGB
CMYK
RGB Variations
Color information
#CFC4C3 (or 0xCFC4C3) is known color: Alto. HEX triplet: CF, C4 and C3. RGB value is (207,196,195). Sum of RGB (Red+Green+Blue) = 207+196+195=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 196 (76.95% from 255 or 32.78% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4C3 is #303B3C. Grayscale: #C7C7C7. Windows color (decimal): -3160893 or 12829903. OLE color: 12829903.
HSL color Cylindrical-coordinate representation of color #CFC4C3: hue angle of 5º 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 #CFC4C3 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 195 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.19 |
| HSL | 5º | 0.11% | 0.79% | - |
| HSV(B) | 5º | 0.06% | 0.81% | - |
| XYZ | 55.32 | 56.69 | 59.66 | - |
| YUV | 199.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 195 | 0 | 0.05 | 0.06 | 0.19 | 5 | 0.11 | 0.79 |
| Hex | CF | C4 | C3 | 0 | 5 | 6 | 13 | 5 | B | 4F |
| Octal | 317 | 304 | 303 | 0 | 5 | 6 | 23 | 5 | 13 | 117 |
| Binary | 11001111 | 11000100 | 11000011 | 0 | 101 | 110 | 10011 | 101 | 1011 | 1001111 |
Color Harmonies of #CFC4C3
Complementary color
Monochromatic Colors of #CFC4C3
Black with #CFC4C3
Text Example
Text Example
White with #CFC4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4C3; }
p { color: rgb(207,196,195); }
H1.HeaderClassName
{
color: #CFC4C3;
}
.AnyTagClassName
{
color: #CFC4C3;
}
</style>
background-color css
<style>
a { background-color: #CFC4C3; }
a { background-color: rgb(207,196,195); }
div.DivClassName
{
background-color: #CFC4C3;
}
.BgClassName
{
background-color: #CFC4C3;
}
</style>
border-color css
<style>
span { border-color: #CFC4C3; }
span { border-color: rgb(207,196,195); }
td.TdClassName
{
border-color: #CFC4C3;
}
.TagClassName
{
border-color: #CFC4C3;
}
</style>