Shades of Alto #CDC0BE
Tints of Alto #CDC0BE
RGB
CMYK
RGB Variations
Color information
#CDC0BE (or 0xCDC0BE) is known color: Alto. HEX triplet: CD, C0 and BE. RGB value is (205,192,190). Sum of RGB (Red+Green+Blue) = 205+192+190=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0BE is #323F41. Grayscale: #C3C3C3. Windows color (decimal): -3292994 or 12501197. OLE color: 12501197.
HSL color Cylindrical-coordinate representation of color #CDC0BE: hue angle of 8º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC0BE is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 190 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.20 |
| HSL | 8º | 0.13% | 0.77% | - |
| HSV(B) | 8º | 0.07% | 0.8% | - |
| XYZ | 53.32 | 54.4 | 56.4 | - |
| YUV | 195.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 190 | 0 | 0.06 | 0.07 | 0.20 | 8 | 0.13 | 0.77 |
| Hex | CD | C0 | BE | 0 | 6 | 7 | 14 | 8 | D | 4D |
| Octal | 315 | 300 | 276 | 0 | 6 | 7 | 24 | 10 | 15 | 115 |
| Binary | 11001101 | 11000000 | 10111110 | 0 | 110 | 111 | 10100 | 1000 | 1101 | 1001101 |
Color Harmonies of #CDC0BE
Complementary color
Monochromatic Colors of #CDC0BE
Black with #CDC0BE
Text Example
Text Example
White with #CDC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0BE; }
p { color: rgb(205,192,190); }
H1.HeaderClassName
{
color: #CDC0BE;
}
.AnyTagClassName
{
color: #CDC0BE;
}
</style>
background-color css
<style>
a { background-color: #CDC0BE; }
a { background-color: rgb(205,192,190); }
div.DivClassName
{
background-color: #CDC0BE;
}
.BgClassName
{
background-color: #CDC0BE;
}
</style>
border-color css
<style>
span { border-color: #CDC0BE; }
span { border-color: rgb(205,192,190); }
td.TdClassName
{
border-color: #CDC0BE;
}
.TagClassName
{
border-color: #CDC0BE;
}
</style>