Shades of Soft Amber #CFBDA3
Tints of Soft Amber #CFBDA3
RGB
CMYK
RGB Variations
Color information
#CFBDA3 (or 0xCFBDA3) is known color: Soft Amber. HEX triplet: CF, BD and A3. RGB value is (207,189,163). Sum of RGB (Red+Green+Blue) = 207+189+163=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 163 (64.06% from 255 or 29.16% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDA3 is #30425C. Grayscale: #BFBFBF. Windows color (decimal): -3162717 or 10730959. OLE color: 10730959.
HSL color Cylindrical-coordinate representation of color #CFBDA3: hue angle of 35.45º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBDA3 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 163 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.19 |
| HSL | 35.45º | 0.31% | 0.73% | - |
| HSV(B) | 35.45º | 0.21% | 0.81% | - |
| XYZ | 50.54 | 52.3 | 42.08 | - |
| YUV | 191.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 163 | 0 | 0.09 | 0.21 | 0.19 | 35.45 | 0.31 | 0.73 |
| Hex | CF | BD | A3 | 0 | 9 | 15 | 13 | 23 | 1F | 49 |
| Octal | 317 | 275 | 243 | 0 | 11 | 25 | 23 | 43 | 37 | 111 |
| Binary | 11001111 | 10111101 | 10100011 | 0 | 1001 | 10101 | 10011 | 100011 | 11111 | 1001001 |
Color Harmonies of #CFBDA3
Complementary color
Monochromatic Colors of #CFBDA3
Black with #CFBDA3
Text Example
Text Example
White with #CFBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDA3; }
p { color: rgb(207,189,163); }
H1.HeaderClassName
{
color: #CFBDA3;
}
.AnyTagClassName
{
color: #CFBDA3;
}
</style>
background-color css
<style>
a { background-color: #CFBDA3; }
a { background-color: rgb(207,189,163); }
div.DivClassName
{
background-color: #CFBDA3;
}
.BgClassName
{
background-color: #CFBDA3;
}
</style>
border-color css
<style>
span { border-color: #CFBDA3; }
span { border-color: rgb(207,189,163); }
td.TdClassName
{
border-color: #CFBDA3;
}
.TagClassName
{
border-color: #CFBDA3;
}
</style>