Shades of Alto #CFC0C0
Tints of Alto #CFC0C0
RGB
CMYK
RGB Variations
Color information
#CFC0C0 (or 0xCFC0C0) is known color: Alto. HEX triplet: CF, C0 and C0. RGB value is (207,192,192). Sum of RGB (Red+Green+Blue) = 207+192+192=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0C0 is #303F3F. Grayscale: #C4C4C4. Windows color (decimal): -3161920 or 12632271. OLE color: 12632271.
HSL color Cylindrical-coordinate representation of color #CFC0C0: hue angle of 0º 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 #CFC0C0 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 192 | 192 | - |
CMYK | 0 | 0.07 | 0.07 | 0.19 |
HSL | 0º | 0.14% | 0.78% | - |
HSV(B) | 0º | 0.07% | 0.81% | - |
XYZ | 54.1 | 54.77 | 57.59 | - |
YUV | 196.49 | 125.47 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 192 | 192 | 0 | 0.07 | 0.07 | 0.19 | 0 | 0.14 | 0.78 |
Hex | CF | C0 | C0 | 0 | 7 | 7 | 13 | 0 | E | 4E |
Octal | 317 | 300 | 300 | 0 | 7 | 7 | 23 | 0 | 16 | 116 |
Binary | 11001111 | 11000000 | 11000000 | 0 | 111 | 111 | 10011 | 0 | 1110 | 1001110 |
Color Harmonies of #CFC0C0
Complementary color
Monochromatic Colors of #CFC0C0
Black with #CFC0C0
Text Example
Text Example
White with #CFC0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0C0; }
p { color: rgb(207,192,192); }
H1.HeaderClassName
{
color: #CFC0C0;
}
.AnyTagClassName
{
color: #CFC0C0;
}
</style>
background-color css
<style>
a { background-color: #CFC0C0; }
a { background-color: rgb(207,192,192); }
div.DivClassName
{
background-color: #CFC0C0;
}
.BgClassName
{
background-color: #CFC0C0;
}
</style>
border-color css
<style>
span { border-color: #CFC0C0; }
span { border-color: rgb(207,192,192); }
td.TdClassName
{
border-color: #CFC0C0;
}
.TagClassName
{
border-color: #CFC0C0;
}
</style>