Shades of Soft Amber #CFBDA0
Tints of Soft Amber #CFBDA0
RGB
CMYK
RGB Variations
Color information
#CFBDA0 (or 0xCFBDA0) is known color: Soft Amber. HEX triplet: CF, BD and A0. RGB value is (207,189,160). Sum of RGB (Red+Green+Blue) = 207+189+160=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDA0 is #30425F. Grayscale: #BFBFBF. Windows color (decimal): -3162720 or 10534351. OLE color: 10534351.
HSL color Cylindrical-coordinate representation of color #CFBDA0: hue angle of 37.02º 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 #CFBDA0 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 160 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.19 |
| HSL | 37.02º | 0.33% | 0.72% | - |
| HSV(B) | 37.02º | 0.23% | 0.81% | - |
| XYZ | 50.27 | 52.2 | 40.68 | - |
| YUV | 191.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 160 | 0 | 0.09 | 0.23 | 0.19 | 37.02 | 0.33 | 0.72 |
| Hex | CF | BD | A0 | 0 | 9 | 17 | 13 | 25 | 21 | 48 |
| Octal | 317 | 275 | 240 | 0 | 11 | 27 | 23 | 45 | 41 | 110 |
| Binary | 11001111 | 10111101 | 10100000 | 0 | 1001 | 10111 | 10011 | 100101 | 100001 | 1001000 |
Color Harmonies of #CFBDA0
Complementary color
Monochromatic Colors of #CFBDA0
Black with #CFBDA0
Text Example
Text Example
White with #CFBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDA0; }
p { color: rgb(207,189,160); }
H1.HeaderClassName
{
color: #CFBDA0;
}
.AnyTagClassName
{
color: #CFBDA0;
}
</style>
background-color css
<style>
a { background-color: #CFBDA0; }
a { background-color: rgb(207,189,160); }
div.DivClassName
{
background-color: #CFBDA0;
}
.BgClassName
{
background-color: #CFBDA0;
}
</style>
border-color css
<style>
span { border-color: #CFBDA0; }
span { border-color: rgb(207,189,160); }
td.TdClassName
{
border-color: #CFBDA0;
}
.TagClassName
{
border-color: #CFBDA0;
}
</style>