Shades of Alto #CFBFBF
Tints of Alto #CFBFBF
RGB
CMYK
RGB Variations
Color information
#CFBFBF (or 0xCFBFBF) is known color: Alto. HEX triplet: CF, BF and BF. RGB value is (207,191,191). Sum of RGB (Red+Green+Blue) = 207+191+191=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFBF is #304040. Grayscale: #C3C3C3. Windows color (decimal): -3162177 or 12566479. OLE color: 12566479.
HSL color Cylindrical-coordinate representation of color #CFBFBF: hue angle of 0º degrees, saturation: 0.14, 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 #CFBFBF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 191 | 191 | - |
CMYK | 0 | 0.08 | 0.08 | 0.19 |
HSL | 0º | 0.14% | 0.78% | - |
HSV(B) | 0º | 0.08% | 0.81% | - |
XYZ | 53.77 | 54.29 | 56.94 | - |
YUV | 195.78 | 125.3 | 136 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 191 | 191 | 0 | 0.08 | 0.08 | 0.19 | 0 | 0.14 | 0.78 |
Hex | CF | BF | BF | 0 | 8 | 8 | 13 | 0 | E | 4E |
Octal | 317 | 277 | 277 | 0 | 10 | 10 | 23 | 0 | 16 | 116 |
Binary | 11001111 | 10111111 | 10111111 | 0 | 1000 | 1000 | 10011 | 0 | 1110 | 1001110 |
Color Harmonies of #CFBFBF
Complementary color
Monochromatic Colors of #CFBFBF
Black with #CFBFBF
Text Example
Text Example
White with #CFBFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFBF; }
p { color: rgb(207,191,191); }
H1.HeaderClassName
{
color: #CFBFBF;
}
.AnyTagClassName
{
color: #CFBFBF;
}
</style>
background-color css
<style>
a { background-color: #CFBFBF; }
a { background-color: rgb(207,191,191); }
div.DivClassName
{
background-color: #CFBFBF;
}
.BgClassName
{
background-color: #CFBFBF;
}
</style>
border-color css
<style>
span { border-color: #CFBFBF; }
span { border-color: rgb(207,191,191); }
td.TdClassName
{
border-color: #CFBFBF;
}
.TagClassName
{
border-color: #CFBFBF;
}
</style>