Shades of Soft Amber #CFBD9E
Tints of Soft Amber #CFBD9E
RGB
CMYK
RGB Variations
Color information
#CFBD9E (or 0xCFBD9E) is known color: Soft Amber. HEX triplet: CF, BD and 9E. RGB value is (207,189,158). Sum of RGB (Red+Green+Blue) = 207+189+158=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBD9E is #304261. Grayscale: #BEBEBE. Windows color (decimal): -3162722 or 10403279. OLE color: 10403279.
HSL color Cylindrical-coordinate representation of color #CFBD9E: hue angle of 37.96º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFBD9E is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 158 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.19 |
| HSL | 37.96º | 0.34% | 0.72% | - |
| HSV(B) | 37.96º | 0.24% | 0.81% | - |
| XYZ | 50.1 | 52.13 | 39.77 | - |
| YUV | 190.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 158 | 0 | 0.09 | 0.24 | 0.19 | 37.96 | 0.34 | 0.72 |
| Hex | CF | BD | 9E | 0 | 9 | 18 | 13 | 26 | 22 | 48 |
| Octal | 317 | 275 | 236 | 0 | 11 | 30 | 23 | 46 | 42 | 110 |
| Binary | 11001111 | 10111101 | 10011110 | 0 | 1001 | 11000 | 10011 | 100110 | 100010 | 1001000 |
Color Harmonies of #CFBD9E
Complementary color
Monochromatic Colors of #CFBD9E
Black with #CFBD9E
Text Example
Text Example
White with #CFBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD9E; }
p { color: rgb(207,189,158); }
H1.HeaderClassName
{
color: #CFBD9E;
}
.AnyTagClassName
{
color: #CFBD9E;
}
</style>
background-color css
<style>
a { background-color: #CFBD9E; }
a { background-color: rgb(207,189,158); }
div.DivClassName
{
background-color: #CFBD9E;
}
.BgClassName
{
background-color: #CFBD9E;
}
</style>
border-color css
<style>
span { border-color: #CFBD9E; }
span { border-color: rgb(207,189,158); }
td.TdClassName
{
border-color: #CFBD9E;
}
.TagClassName
{
border-color: #CFBD9E;
}
</style>