Shades of Bone #CFBDAE
Tints of Bone #CFBDAE
RGB
CMYK
RGB Variations
Color information
#CFBDAE (or 0xCFBDAE) is known color: Bone. HEX triplet: CF, BD and AE. RGB value is (207,189,174). Sum of RGB (Red+Green+Blue) = 207+189+174=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDAE is #304251. Grayscale: #C0C0C0. Windows color (decimal): -3162706 or 11451855. OLE color: 11451855.
HSL color Cylindrical-coordinate representation of color #CFBDAE: hue angle of 27.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFBDAE is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 174 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.19 |
| HSL | 27.27º | 0.26% | 0.75% | - |
| HSV(B) | 27.27º | 0.16% | 0.81% | - |
| XYZ | 51.57 | 52.72 | 47.5 | - |
| YUV | 192.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 174 | 0 | 0.09 | 0.16 | 0.19 | 27.27 | 0.26 | 0.75 |
| Hex | CF | BD | AE | 0 | 9 | 10 | 13 | 1B | 1A | 4B |
| Octal | 317 | 275 | 256 | 0 | 11 | 20 | 23 | 33 | 32 | 113 |
| Binary | 11001111 | 10111101 | 10101110 | 0 | 1001 | 10000 | 10011 | 11011 | 11010 | 1001011 |
Color Harmonies of #CFBDAE
Complementary color
Monochromatic Colors of #CFBDAE
Black with #CFBDAE
Text Example
Text Example
White with #CFBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDAE; }
p { color: rgb(207,189,174); }
H1.HeaderClassName
{
color: #CFBDAE;
}
.AnyTagClassName
{
color: #CFBDAE;
}
</style>
background-color css
<style>
a { background-color: #CFBDAE; }
a { background-color: rgb(207,189,174); }
div.DivClassName
{
background-color: #CFBDAE;
}
.BgClassName
{
background-color: #CFBDAE;
}
</style>
border-color css
<style>
span { border-color: #CFBDAE; }
span { border-color: rgb(207,189,174); }
td.TdClassName
{
border-color: #CFBDAE;
}
.TagClassName
{
border-color: #CFBDAE;
}
</style>