Shades of Alto #CDC0BC
Tints of Alto #CDC0BC
RGB
CMYK
RGB Variations
Color information
#CDC0BC (or 0xCDC0BC) is known color: Alto. HEX triplet: CD, C0 and BC. RGB value is (205,192,188). Sum of RGB (Red+Green+Blue) = 205+192+188=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0BC is #323F43. Grayscale: #C3C3C3. Windows color (decimal): -3292996 or 12370125. OLE color: 12370125.
HSL color Cylindrical-coordinate representation of color #CDC0BC: hue angle of 14.12º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDC0BC is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 188 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.20 |
| HSL | 14.12º | 0.15% | 0.77% | - |
| HSV(B) | 14.12º | 0.08% | 0.8% | - |
| XYZ | 53.1 | 54.31 | 55.26 | - |
| YUV | 195.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 188 | 0 | 0.06 | 0.08 | 0.20 | 14.12 | 0.15 | 0.77 |
| Hex | CD | C0 | BC | 0 | 6 | 8 | 14 | E | F | 4D |
| Octal | 315 | 300 | 274 | 0 | 6 | 10 | 24 | 16 | 17 | 115 |
| Binary | 11001101 | 11000000 | 10111100 | 0 | 110 | 1000 | 10100 | 1110 | 1111 | 1001101 |
Color Harmonies of #CDC0BC
Complementary color
Monochromatic Colors of #CDC0BC
Black with #CDC0BC
Text Example
Text Example
White with #CDC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0BC; }
p { color: rgb(205,192,188); }
H1.HeaderClassName
{
color: #CDC0BC;
}
.AnyTagClassName
{
color: #CDC0BC;
}
</style>
background-color css
<style>
a { background-color: #CDC0BC; }
a { background-color: rgb(205,192,188); }
div.DivClassName
{
background-color: #CDC0BC;
}
.BgClassName
{
background-color: #CDC0BC;
}
</style>
border-color css
<style>
span { border-color: #CDC0BC; }
span { border-color: rgb(205,192,188); }
td.TdClassName
{
border-color: #CDC0BC;
}
.TagClassName
{
border-color: #CDC0BC;
}
</style>