Shades of Alto #CDBDBC
Tints of Alto #CDBDBC
RGB
CMYK
RGB Variations
Color information
#CDBDBC (or 0xCDBDBC) is known color: Alto. HEX triplet: CD, BD and BC. RGB value is (205,189,188). Sum of RGB (Red+Green+Blue) = 205+189+188=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDBC is #324243. Grayscale: #C1C1C1. Windows color (decimal): -3293764 or 12369357. OLE color: 12369357.
HSL color Cylindrical-coordinate representation of color #CDBDBC: hue angle of 3.53º 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 #CDBDBC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 188 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.20 |
| HSL | 3.53º | 0.15% | 0.77% | - |
| HSV(B) | 3.53º | 0.08% | 0.8% | - |
| XYZ | 52.45 | 53.01 | 55.04 | - |
| YUV | 193.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 188 | 0 | 0.08 | 0.08 | 0.20 | 3.53 | 0.15 | 0.77 |
| Hex | CD | BD | BC | 0 | 8 | 8 | 14 | 4 | F | 4D |
| Octal | 315 | 275 | 274 | 0 | 10 | 10 | 24 | 4 | 17 | 115 |
| Binary | 11001101 | 10111101 | 10111100 | 0 | 1000 | 1000 | 10100 | 100 | 1111 | 1001101 |
Color Harmonies of #CDBDBC
Complementary color
Monochromatic Colors of #CDBDBC
Black with #CDBDBC
Text Example
Text Example
White with #CDBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDBC; }
p { color: rgb(205,189,188); }
H1.HeaderClassName
{
color: #CDBDBC;
}
.AnyTagClassName
{
color: #CDBDBC;
}
</style>
background-color css
<style>
a { background-color: #CDBDBC; }
a { background-color: rgb(205,189,188); }
div.DivClassName
{
background-color: #CDBDBC;
}
.BgClassName
{
background-color: #CDBDBC;
}
</style>
border-color css
<style>
span { border-color: #CDBDBC; }
span { border-color: rgb(205,189,188); }
td.TdClassName
{
border-color: #CDBDBC;
}
.TagClassName
{
border-color: #CDBDBC;
}
</style>