Shades of Soft Amber #CFBC9F
Tints of Soft Amber #CFBC9F
RGB
CMYK
RGB Variations
Color information
#CFBC9F (or 0xCFBC9F) is known color: Soft Amber. HEX triplet: CF, BC and 9F. RGB value is (207,188,159). Sum of RGB (Red+Green+Blue) = 207+188+159=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC9F is #304360. Grayscale: #BEBEBE. Windows color (decimal): -3162977 or 10468559. OLE color: 10468559.
HSL color Cylindrical-coordinate representation of color #CFBC9F: hue angle of 36.25º 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 #CFBC9F is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 159 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.19 |
| HSL | 36.25º | 0.33% | 0.72% | - |
| HSV(B) | 36.25º | 0.23% | 0.81% | - |
| XYZ | 49.97 | 51.74 | 40.15 | - |
| YUV | 190.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 159 | 0 | 0.09 | 0.23 | 0.19 | 36.25 | 0.33 | 0.72 |
| Hex | CF | BC | 9F | 0 | 9 | 17 | 13 | 24 | 21 | 48 |
| Octal | 317 | 274 | 237 | 0 | 11 | 27 | 23 | 44 | 41 | 110 |
| Binary | 11001111 | 10111100 | 10011111 | 0 | 1001 | 10111 | 10011 | 100100 | 100001 | 1001000 |
Color Harmonies of #CFBC9F
Complementary color
Monochromatic Colors of #CFBC9F
Black with #CFBC9F
Text Example
Text Example
White with #CFBC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC9F; }
p { color: rgb(207,188,159); }
H1.HeaderClassName
{
color: #CFBC9F;
}
.AnyTagClassName
{
color: #CFBC9F;
}
</style>
background-color css
<style>
a { background-color: #CFBC9F; }
a { background-color: rgb(207,188,159); }
div.DivClassName
{
background-color: #CFBC9F;
}
.BgClassName
{
background-color: #CFBC9F;
}
</style>
border-color css
<style>
span { border-color: #CFBC9F; }
span { border-color: rgb(207,188,159); }
td.TdClassName
{
border-color: #CFBC9F;
}
.TagClassName
{
border-color: #CFBC9F;
}
</style>