Shades of Alto #C9BEBC
Tints of Alto #C9BEBC
RGB
CMYK
RGB Variations
Color information
#C9BEBC (or 0xC9BEBC) is known color: Alto. HEX triplet: C9, BE and BC. RGB value is (201,190,188). Sum of RGB (Red+Green+Blue) = 201+190+188=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEBC is #364143. Grayscale: #C1C1C1. Windows color (decimal): -3555652 or 12369609. OLE color: 12369609.
HSL color Cylindrical-coordinate representation of color #C9BEBC: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BEBC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 188 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.21 |
| HSL | 9.23º | 0.11% | 0.76% | - |
| HSV(B) | 9.23º | 0.06% | 0.79% | - |
| XYZ | 51.58 | 52.88 | 55.06 | - |
| YUV | 193.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 188 | 0 | 0.05 | 0.06 | 0.21 | 9.23 | 0.11 | 0.76 |
| Hex | C9 | BE | BC | 0 | 5 | 6 | 15 | 9 | B | 4C |
| Octal | 311 | 276 | 274 | 0 | 5 | 6 | 25 | 11 | 13 | 114 |
| Binary | 11001001 | 10111110 | 10111100 | 0 | 101 | 110 | 10101 | 1001 | 1011 | 1001100 |
Color Harmonies of #C9BEBC
Complementary color
Monochromatic Colors of #C9BEBC
Black with #C9BEBC
Text Example
Text Example
White with #C9BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEBC; }
p { color: rgb(201,190,188); }
H1.HeaderClassName
{
color: #C9BEBC;
}
.AnyTagClassName
{
color: #C9BEBC;
}
</style>
background-color css
<style>
a { background-color: #C9BEBC; }
a { background-color: rgb(201,190,188); }
div.DivClassName
{
background-color: #C9BEBC;
}
.BgClassName
{
background-color: #C9BEBC;
}
</style>
border-color css
<style>
span { border-color: #C9BEBC; }
span { border-color: rgb(201,190,188); }
td.TdClassName
{
border-color: #C9BEBC;
}
.TagClassName
{
border-color: #C9BEBC;
}
</style>