Shades of Alto #CFBEBE
Tints of Alto #CFBEBE
RGB
CMYK
RGB Variations
Color information
#CFBEBE (or 0xCFBEBE) is known color: Alto. HEX triplet: CF, BE and BE. RGB value is (207,190,190). Sum of RGB (Red+Green+Blue) = 207+190+190=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEBE is #304141. Grayscale: #C3C3C3. Windows color (decimal): -3162434 or 12500687. OLE color: 12500687.
HSL color Cylindrical-coordinate representation of color #CFBEBE: hue angle of 0º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBEBE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 190 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.19 |
| HSL | 0º | 0.15% | 0.78% | - |
| HSV(B) | 0º | 0.08% | 0.81% | - |
| XYZ | 53.44 | 53.81 | 56.28 | - |
| YUV | 195.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 190 | 0 | 0.08 | 0.08 | 0.19 | 0 | 0.15 | 0.78 |
| Hex | CF | BE | BE | 0 | 8 | 8 | 13 | 0 | F | 4E |
| Octal | 317 | 276 | 276 | 0 | 10 | 10 | 23 | 0 | 17 | 116 |
| Binary | 11001111 | 10111110 | 10111110 | 0 | 1000 | 1000 | 10011 | 0 | 1111 | 1001110 |
Color Harmonies of #CFBEBE
Complementary color
Monochromatic Colors of #CFBEBE
Black with #CFBEBE
Text Example
Text Example
White with #CFBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEBE; }
p { color: rgb(207,190,190); }
H1.HeaderClassName
{
color: #CFBEBE;
}
.AnyTagClassName
{
color: #CFBEBE;
}
</style>
background-color css
<style>
a { background-color: #CFBEBE; }
a { background-color: rgb(207,190,190); }
div.DivClassName
{
background-color: #CFBEBE;
}
.BgClassName
{
background-color: #CFBEBE;
}
</style>
border-color css
<style>
span { border-color: #CFBEBE; }
span { border-color: rgb(207,190,190); }
td.TdClassName
{
border-color: #CFBEBE;
}
.TagClassName
{
border-color: #CFBEBE;
}
</style>