Shades of Alto #C7BFBD
Tints of Alto #C7BFBD
RGB
CMYK
RGB Variations
Color information
#C7BFBD (or 0xC7BFBD) is known color: Alto. HEX triplet: C7, BF and BD. RGB value is (199,191,189). Sum of RGB (Red+Green+Blue) = 199+191+189=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFBD is #384042. Grayscale: #C1C1C1. Windows color (decimal): -3686467 or 12435399. OLE color: 12435399.
HSL color Cylindrical-coordinate representation of color #C7BFBD: hue angle of 12º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7BFBD is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 191 | 189 | - |
CMYK | 0 | 0.04 | 0.05 | 0.22 |
HSL | 12º | 0.08% | 0.76% | - |
HSV(B) | 12º | 0.05% | 0.78% | - |
XYZ | 51.37 | 53.08 | 55.68 | - |
YUV | 193.16 | 125.65 | 132.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 191 | 189 | 0 | 0.04 | 0.05 | 0.22 | 12 | 0.08 | 0.76 |
Hex | C7 | BF | BD | 0 | 4 | 5 | 16 | C | 8 | 4C |
Octal | 307 | 277 | 275 | 0 | 4 | 5 | 26 | 14 | 10 | 114 |
Binary | 11000111 | 10111111 | 10111101 | 0 | 100 | 101 | 10110 | 1100 | 1000 | 1001100 |
Color Harmonies of #C7BFBD
Complementary color
Monochromatic Colors of #C7BFBD
Black with #C7BFBD
Text Example
Text Example
White with #C7BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFBD; }
p { color: rgb(199,191,189); }
H1.HeaderClassName
{
color: #C7BFBD;
}
.AnyTagClassName
{
color: #C7BFBD;
}
</style>
background-color css
<style>
a { background-color: #C7BFBD; }
a { background-color: rgb(199,191,189); }
div.DivClassName
{
background-color: #C7BFBD;
}
.BgClassName
{
background-color: #C7BFBD;
}
</style>
border-color css
<style>
span { border-color: #C7BFBD; }
span { border-color: rgb(199,191,189); }
td.TdClassName
{
border-color: #C7BFBD;
}
.TagClassName
{
border-color: #C7BFBD;
}
</style>