Shades of Alto #CDBFBC
Tints of Alto #CDBFBC
RGB
CMYK
RGB Variations
Color information
#CDBFBC (or 0xCDBFBC) is known color: Alto. HEX triplet: CD, BF and BC. RGB value is (205,191,188). Sum of RGB (Red+Green+Blue) = 205+191+188=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFBC is #324043. Grayscale: #C2C2C2. Windows color (decimal): -3293252 or 12369869. OLE color: 12369869.
HSL color Cylindrical-coordinate representation of color #CDBFBC: hue angle of 10.59º 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 #CDBFBC is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 191 | 188 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.20 |
| HSL | 10.59º | 0.15% | 0.77% | - |
| HSV(B) | 10.59º | 0.08% | 0.8% | - |
| XYZ | 52.88 | 53.87 | 55.19 | - |
| YUV | 194.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 188 | 0 | 0.07 | 0.08 | 0.20 | 10.59 | 0.15 | 0.77 |
| Hex | CD | BF | BC | 0 | 7 | 8 | 14 | B | F | 4D |
| Octal | 315 | 277 | 274 | 0 | 7 | 10 | 24 | 13 | 17 | 115 |
| Binary | 11001101 | 10111111 | 10111100 | 0 | 111 | 1000 | 10100 | 1011 | 1111 | 1001101 |
Color Harmonies of #CDBFBC
Complementary color
Monochromatic Colors of #CDBFBC
Black with #CDBFBC
Text Example
Text Example
White with #CDBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBFBC; }
p { color: rgb(205,191,188); }
H1.HeaderClassName
{
color: #CDBFBC;
}
.AnyTagClassName
{
color: #CDBFBC;
}
</style>
background-color css
<style>
a { background-color: #CDBFBC; }
a { background-color: rgb(205,191,188); }
div.DivClassName
{
background-color: #CDBFBC;
}
.BgClassName
{
background-color: #CDBFBC;
}
</style>
border-color css
<style>
span { border-color: #CDBFBC; }
span { border-color: rgb(205,191,188); }
td.TdClassName
{
border-color: #CDBFBC;
}
.TagClassName
{
border-color: #CDBFBC;
}
</style>