Shades of Alto #CFC1BD
Tints of Alto #CFC1BD
RGB
CMYK
RGB Variations
Color information
#CFC1BD (or 0xCFC1BD) is known color: Alto. HEX triplet: CF, C1 and BD. RGB value is (207,193,189). Sum of RGB (Red+Green+Blue) = 207+193+189=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1BD is #303E42. Grayscale: #C4C4C4. Windows color (decimal): -3161667 or 12435919. OLE color: 12435919.
HSL color Cylindrical-coordinate representation of color #CFC1BD: hue angle of 13.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC1BD is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 189 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.19 |
| HSL | 13.33º | 0.16% | 0.78% | - |
| HSV(B) | 13.33º | 0.09% | 0.81% | - |
| XYZ | 53.99 | 55.08 | 55.93 | - |
| YUV | 196.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 189 | 0 | 0.07 | 0.09 | 0.19 | 13.33 | 0.16 | 0.78 |
| Hex | CF | C1 | BD | 0 | 7 | 9 | 13 | D | 10 | 4E |
| Octal | 317 | 301 | 275 | 0 | 7 | 11 | 23 | 15 | 20 | 116 |
| Binary | 11001111 | 11000001 | 10111101 | 0 | 111 | 1001 | 10011 | 1101 | 10000 | 1001110 |
Color Harmonies of #CFC1BD
Complementary color
Monochromatic Colors of #CFC1BD
Black with #CFC1BD
Text Example
Text Example
White with #CFC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1BD; }
p { color: rgb(207,193,189); }
H1.HeaderClassName
{
color: #CFC1BD;
}
.AnyTagClassName
{
color: #CFC1BD;
}
</style>
background-color css
<style>
a { background-color: #CFC1BD; }
a { background-color: rgb(207,193,189); }
div.DivClassName
{
background-color: #CFC1BD;
}
.BgClassName
{
background-color: #CFC1BD;
}
</style>
border-color css
<style>
span { border-color: #CFC1BD; }
span { border-color: rgb(207,193,189); }
td.TdClassName
{
border-color: #CFC1BD;
}
.TagClassName
{
border-color: #CFC1BD;
}
</style>