Shades of Alto #C8BFBD
Tints of Alto #C8BFBD
RGB
CMYK
RGB Variations
Color information
#C8BFBD (or 0xC8BFBD) is known color: Alto. HEX triplet: C8, BF and BD. RGB value is (200,191,189). Sum of RGB (Red+Green+Blue) = 200+191+189=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFBD is #374042. Grayscale: #C1C1C1. Windows color (decimal): -3620931 or 12435400. OLE color: 12435400.
HSL color Cylindrical-coordinate representation of color #C8BFBD: hue angle of 10.91º degrees, saturation: 0.09, 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 #C8BFBD is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 189 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.22 |
| HSL | 10.91º | 0.09% | 0.76% | - |
| HSV(B) | 10.91º | 0.06% | 0.78% | - |
| XYZ | 51.64 | 53.22 | 55.69 | - |
| YUV | 193.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 189 | 0 | 0.04 | 0.06 | 0.22 | 10.91 | 0.09 | 0.76 |
| Hex | C8 | BF | BD | 0 | 4 | 6 | 16 | B | 9 | 4C |
| Octal | 310 | 277 | 275 | 0 | 4 | 6 | 26 | 13 | 11 | 114 |
| Binary | 11001000 | 10111111 | 10111101 | 0 | 100 | 110 | 10110 | 1011 | 1001 | 1001100 |
Color Harmonies of #C8BFBD
Complementary color
Monochromatic Colors of #C8BFBD
Black with #C8BFBD
Text Example
Text Example
White with #C8BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFBD; }
p { color: rgb(200,191,189); }
H1.HeaderClassName
{
color: #C8BFBD;
}
.AnyTagClassName
{
color: #C8BFBD;
}
</style>
background-color css
<style>
a { background-color: #C8BFBD; }
a { background-color: rgb(200,191,189); }
div.DivClassName
{
background-color: #C8BFBD;
}
.BgClassName
{
background-color: #C8BFBD;
}
</style>
border-color css
<style>
span { border-color: #C8BFBD; }
span { border-color: rgb(200,191,189); }
td.TdClassName
{
border-color: #C8BFBD;
}
.TagClassName
{
border-color: #C8BFBD;
}
</style>