Shades of Alto #C8BEBC
Tints of Alto #C8BEBC
RGB
CMYK
RGB Variations
Color information
#C8BEBC (or 0xC8BEBC) is known color: Alto. HEX triplet: C8, BE and BC. RGB value is (200,190,188). Sum of RGB (Red+Green+Blue) = 200+190+188=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEBC is #374143. Grayscale: #C0C0C0. Windows color (decimal): -3621188 or 12369608. OLE color: 12369608.
HSL color Cylindrical-coordinate representation of color #C8BEBC: hue angle of 10º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BEBC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 188 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.22 |
| HSL | 10º | 0.1% | 0.76% | - |
| HSV(B) | 10º | 0.06% | 0.78% | - |
| XYZ | 51.31 | 52.74 | 55.05 | - |
| YUV | 192.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 188 | 0 | 0.05 | 0.06 | 0.22 | 10 | 0.1 | 0.76 |
| Hex | C8 | BE | BC | 0 | 5 | 6 | 16 | A | A | 4C |
| Octal | 310 | 276 | 274 | 0 | 5 | 6 | 26 | 12 | 12 | 114 |
| Binary | 11001000 | 10111110 | 10111100 | 0 | 101 | 110 | 10110 | 1010 | 1010 | 1001100 |
Color Harmonies of #C8BEBC
Complementary color
Monochromatic Colors of #C8BEBC
Black with #C8BEBC
Text Example
Text Example
White with #C8BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEBC; }
p { color: rgb(200,190,188); }
H1.HeaderClassName
{
color: #C8BEBC;
}
.AnyTagClassName
{
color: #C8BEBC;
}
</style>
background-color css
<style>
a { background-color: #C8BEBC; }
a { background-color: rgb(200,190,188); }
div.DivClassName
{
background-color: #C8BEBC;
}
.BgClassName
{
background-color: #C8BEBC;
}
</style>
border-color css
<style>
span { border-color: #C8BEBC; }
span { border-color: rgb(200,190,188); }
td.TdClassName
{
border-color: #C8BEBC;
}
.TagClassName
{
border-color: #C8BEBC;
}
</style>