Shades of Alto #CDC2BF
Tints of Alto #CDC2BF
RGB
CMYK
RGB Variations
Color information
#CDC2BF (or 0xCDC2BF) is known color: Alto. HEX triplet: CD, C2 and BF. RGB value is (205,194,191). Sum of RGB (Red+Green+Blue) = 205+194+191=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2BF is #323D40. Grayscale: #C4C4C4. Windows color (decimal): -3292481 or 12567245. OLE color: 12567245.
HSL color Cylindrical-coordinate representation of color #CDC2BF: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC2BF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 191 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.20 |
| HSL | 12.86º | 0.12% | 0.78% | - |
| HSV(B) | 12.86º | 0.07% | 0.8% | - |
| XYZ | 53.87 | 55.32 | 57.13 | - |
| YUV | 196.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 191 | 0 | 0.05 | 0.07 | 0.20 | 12.86 | 0.12 | 0.78 |
| Hex | CD | C2 | BF | 0 | 5 | 7 | 14 | D | C | 4E |
| Octal | 315 | 302 | 277 | 0 | 5 | 7 | 24 | 15 | 14 | 116 |
| Binary | 11001101 | 11000010 | 10111111 | 0 | 101 | 111 | 10100 | 1101 | 1100 | 1001110 |
Color Harmonies of #CDC2BF
Complementary color
Monochromatic Colors of #CDC2BF
Black with #CDC2BF
Text Example
Text Example
White with #CDC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2BF; }
p { color: rgb(205,194,191); }
H1.HeaderClassName
{
color: #CDC2BF;
}
.AnyTagClassName
{
color: #CDC2BF;
}
</style>
background-color css
<style>
a { background-color: #CDC2BF; }
a { background-color: rgb(205,194,191); }
div.DivClassName
{
background-color: #CDC2BF;
}
.BgClassName
{
background-color: #CDC2BF;
}
</style>
border-color css
<style>
span { border-color: #CDC2BF; }
span { border-color: rgb(205,194,191); }
td.TdClassName
{
border-color: #CDC2BF;
}
.TagClassName
{
border-color: #CDC2BF;
}
</style>