Shades of Alto #CFC8C7
Tints of Alto #CFC8C7
RGB
CMYK
RGB Variations
Color information
#CFC8C7 (or 0xCFC8C7) is known color: Alto. HEX triplet: CF, C8 and C7. RGB value is (207,200,199). Sum of RGB (Red+Green+Blue) = 207+200+199=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8C7 is #303738. Grayscale: #C9C9C9. Windows color (decimal): -3159865 or 13093071. OLE color: 13093071.
HSL color Cylindrical-coordinate representation of color #CFC8C7: hue angle of 7.5º 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 #CFC8C7 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 200 | 199 | - |
CMYK | 0 | 0.03 | 0.04 | 0.19 |
HSL | 7.5º | 0.08% | 0.8% | - |
HSV(B) | 7.5º | 0.04% | 0.81% | - |
XYZ | 56.7 | 58.7 | 62.37 | - |
YUV | 201.98 | 126.32 | 131.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 200 | 199 | 0 | 0.03 | 0.04 | 0.19 | 7.5 | 0.08 | 0.8 |
Hex | CF | C8 | C7 | 0 | 3 | 4 | 13 | 8 | 8 | 50 |
Octal | 317 | 310 | 307 | 0 | 3 | 4 | 23 | 10 | 10 | 120 |
Binary | 11001111 | 11001000 | 11000111 | 0 | 11 | 100 | 10011 | 1000 | 1000 | 1010000 |
Color Harmonies of #CFC8C7
Complementary color
Monochromatic Colors of #CFC8C7
Black with #CFC8C7
Text Example
Text Example
White with #CFC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8C7; }
p { color: rgb(207,200,199); }
H1.HeaderClassName
{
color: #CFC8C7;
}
.AnyTagClassName
{
color: #CFC8C7;
}
</style>
background-color css
<style>
a { background-color: #CFC8C7; }
a { background-color: rgb(207,200,199); }
div.DivClassName
{
background-color: #CFC8C7;
}
.BgClassName
{
background-color: #CFC8C7;
}
</style>
border-color css
<style>
span { border-color: #CFC8C7; }
span { border-color: rgb(207,200,199); }
td.TdClassName
{
border-color: #CFC8C7;
}
.TagClassName
{
border-color: #CFC8C7;
}
</style>