Shades of Soft Amber #CFBC9E
Tints of Soft Amber #CFBC9E
RGB
CMYK
RGB Variations
Color information
#CFBC9E (or 0xCFBC9E) is known color: Soft Amber. HEX triplet: CF, BC and 9E. RGB value is (207,188,158). Sum of RGB (Red+Green+Blue) = 207+188+158=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC9E is #304361. Grayscale: #BEBEBE. Windows color (decimal): -3162978 or 10403023. OLE color: 10403023.
HSL color Cylindrical-coordinate representation of color #CFBC9E: hue angle of 36.73º 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 #CFBC9E is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 158 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.19 |
| HSL | 36.73º | 0.34% | 0.72% | - |
| HSV(B) | 36.73º | 0.24% | 0.81% | - |
| XYZ | 49.89 | 51.7 | 39.7 | - |
| YUV | 190.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 158 | 0 | 0.09 | 0.24 | 0.19 | 36.73 | 0.34 | 0.72 |
| Hex | CF | BC | 9E | 0 | 9 | 18 | 13 | 25 | 22 | 48 |
| Octal | 317 | 274 | 236 | 0 | 11 | 30 | 23 | 45 | 42 | 110 |
| Binary | 11001111 | 10111100 | 10011110 | 0 | 1001 | 11000 | 10011 | 100101 | 100010 | 1001000 |
Color Harmonies of #CFBC9E
Complementary color
Monochromatic Colors of #CFBC9E
Black with #CFBC9E
Text Example
Text Example
White with #CFBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC9E; }
p { color: rgb(207,188,158); }
H1.HeaderClassName
{
color: #CFBC9E;
}
.AnyTagClassName
{
color: #CFBC9E;
}
</style>
background-color css
<style>
a { background-color: #CFBC9E; }
a { background-color: rgb(207,188,158); }
div.DivClassName
{
background-color: #CFBC9E;
}
.BgClassName
{
background-color: #CFBC9E;
}
</style>
border-color css
<style>
span { border-color: #CFBC9E; }
span { border-color: rgb(207,188,158); }
td.TdClassName
{
border-color: #CFBC9E;
}
.TagClassName
{
border-color: #CFBC9E;
}
</style>