Shades of Alto #CFC1C1
Tints of Alto #CFC1C1
RGB
CMYK
RGB Variations
Color information
#CFC1C1 (or 0xCFC1C1) is known color: Alto. HEX triplet: CF, C1 and C1. RGB value is (207,193,193). Sum of RGB (Red+Green+Blue) = 207+193+193=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1C1 is #303E3E. Grayscale: #C5C5C5. Windows color (decimal): -3161663 or 12698063. OLE color: 12698063.
HSL color Cylindrical-coordinate representation of color #CFC1C1: hue angle of 0º degrees, saturation: 0.13, 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 #CFC1C1 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 193 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.19 |
| HSL | 0º | 0.13% | 0.78% | - |
| HSV(B) | 0º | 0.07% | 0.81% | - |
| XYZ | 54.43 | 55.26 | 58.25 | - |
| YUV | 197.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 193 | 0 | 0.07 | 0.07 | 0.19 | 0 | 0.13 | 0.78 |
| Hex | CF | C1 | C1 | 0 | 7 | 7 | 13 | 0 | D | 4E |
| Octal | 317 | 301 | 301 | 0 | 7 | 7 | 23 | 0 | 15 | 116 |
| Binary | 11001111 | 11000001 | 11000001 | 0 | 111 | 111 | 10011 | 0 | 1101 | 1001110 |
Color Harmonies of #CFC1C1
Complementary color
Monochromatic Colors of #CFC1C1
Black with #CFC1C1
Text Example
Text Example
White with #CFC1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1C1; }
p { color: rgb(207,193,193); }
H1.HeaderClassName
{
color: #CFC1C1;
}
.AnyTagClassName
{
color: #CFC1C1;
}
</style>
background-color css
<style>
a { background-color: #CFC1C1; }
a { background-color: rgb(207,193,193); }
div.DivClassName
{
background-color: #CFC1C1;
}
.BgClassName
{
background-color: #CFC1C1;
}
</style>
border-color css
<style>
span { border-color: #CFC1C1; }
span { border-color: rgb(207,193,193); }
td.TdClassName
{
border-color: #CFC1C1;
}
.TagClassName
{
border-color: #CFC1C1;
}
</style>