Shades of Soft Amber #CFBD9F
Tints of Soft Amber #CFBD9F
RGB
CMYK
RGB Variations
Color information
#CFBD9F (or 0xCFBD9F) is known color: Soft Amber. HEX triplet: CF, BD and 9F. RGB value is (207,189,159). Sum of RGB (Red+Green+Blue) = 207+189+159=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD9F is #304260. Grayscale: #BFBFBF. Windows color (decimal): -3162721 or 10468815. OLE color: 10468815.
HSL color Cylindrical-coordinate representation of color #CFBD9F: hue angle of 37.5º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFBD9F is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 159 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.19 |
| HSL | 37.5º | 0.33% | 0.72% | - |
| HSV(B) | 37.5º | 0.23% | 0.81% | - |
| XYZ | 50.19 | 52.16 | 40.22 | - |
| YUV | 190.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 159 | 0 | 0.09 | 0.23 | 0.19 | 37.5 | 0.33 | 0.72 |
| Hex | CF | BD | 9F | 0 | 9 | 17 | 13 | 26 | 21 | 48 |
| Octal | 317 | 275 | 237 | 0 | 11 | 27 | 23 | 46 | 41 | 110 |
| Binary | 11001111 | 10111101 | 10011111 | 0 | 1001 | 10111 | 10011 | 100110 | 100001 | 1001000 |
Color Harmonies of #CFBD9F
Complementary color
Monochromatic Colors of #CFBD9F
Black with #CFBD9F
Text Example
Text Example
White with #CFBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD9F; }
p { color: rgb(207,189,159); }
H1.HeaderClassName
{
color: #CFBD9F;
}
.AnyTagClassName
{
color: #CFBD9F;
}
</style>
background-color css
<style>
a { background-color: #CFBD9F; }
a { background-color: rgb(207,189,159); }
div.DivClassName
{
background-color: #CFBD9F;
}
.BgClassName
{
background-color: #CFBD9F;
}
</style>
border-color css
<style>
span { border-color: #CFBD9F; }
span { border-color: rgb(207,189,159); }
td.TdClassName
{
border-color: #CFBD9F;
}
.TagClassName
{
border-color: #CFBD9F;
}
</style>