Shades of Alto #CFC9C7
Tints of Alto #CFC9C7
RGB
CMYK
RGB Variations
Color information
#CFC9C7 (or 0xCFC9C7) is known color: Alto. HEX triplet: CF, C9 and C7. RGB value is (207,201,199). Sum of RGB (Red+Green+Blue) = 207+201+199=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9C7 is #303638. Grayscale: #CACACA. Windows color (decimal): -3159609 or 13093327. OLE color: 13093327.
HSL color Cylindrical-coordinate representation of color #CFC9C7: hue angle of 15º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFC9C7 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 201 | 199 | - |
CMYK | 0 | 0.03 | 0.04 | 0.19 |
HSL | 15º | 0.08% | 0.8% | - |
HSV(B) | 15º | 0.04% | 0.81% | - |
XYZ | 56.93 | 59.16 | 62.45 | - |
YUV | 202.57 | 125.99 | 131.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 201 | 199 | 0 | 0.03 | 0.04 | 0.19 | 15 | 0.08 | 0.8 |
Hex | CF | C9 | C7 | 0 | 3 | 4 | 13 | F | 8 | 50 |
Octal | 317 | 311 | 307 | 0 | 3 | 4 | 23 | 17 | 10 | 120 |
Binary | 11001111 | 11001001 | 11000111 | 0 | 11 | 100 | 10011 | 1111 | 1000 | 1010000 |
Color Harmonies of #CFC9C7
Complementary color
Monochromatic Colors of #CFC9C7
Black with #CFC9C7
Text Example
Text Example
White with #CFC9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9C7; }
p { color: rgb(207,201,199); }
H1.HeaderClassName
{
color: #CFC9C7;
}
.AnyTagClassName
{
color: #CFC9C7;
}
</style>
background-color css
<style>
a { background-color: #CFC9C7; }
a { background-color: rgb(207,201,199); }
div.DivClassName
{
background-color: #CFC9C7;
}
.BgClassName
{
background-color: #CFC9C7;
}
</style>
border-color css
<style>
span { border-color: #CFC9C7; }
span { border-color: rgb(207,201,199); }
td.TdClassName
{
border-color: #CFC9C7;
}
.TagClassName
{
border-color: #CFC9C7;
}
</style>