Shades of Soft Amber #CFBEA1
Tints of Soft Amber #CFBEA1
RGB
CMYK
RGB Variations
Color information
#CFBEA1 (or 0xCFBEA1) is known color: Soft Amber. HEX triplet: CF, BE and A1. RGB value is (207,190,161). Sum of RGB (Red+Green+Blue) = 207+190+161=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEA1 is #30415E. Grayscale: #BFBFBF. Windows color (decimal): -3162463 or 10600143. OLE color: 10600143.
HSL color Cylindrical-coordinate representation of color #CFBEA1: hue angle of 37.83º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFBEA1 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 161 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.19 |
| HSL | 37.83º | 0.32% | 0.72% | - |
| HSV(B) | 37.83º | 0.22% | 0.81% | - |
| XYZ | 50.58 | 52.67 | 41.22 | - |
| YUV | 191.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 161 | 0 | 0.08 | 0.22 | 0.19 | 37.83 | 0.32 | 0.72 |
| Hex | CF | BE | A1 | 0 | 8 | 16 | 13 | 26 | 20 | 48 |
| Octal | 317 | 276 | 241 | 0 | 10 | 26 | 23 | 46 | 40 | 110 |
| Binary | 11001111 | 10111110 | 10100001 | 0 | 1000 | 10110 | 10011 | 100110 | 100000 | 1001000 |
Color Harmonies of #CFBEA1
Complementary color
Monochromatic Colors of #CFBEA1
Black with #CFBEA1
Text Example
Text Example
White with #CFBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEA1; }
p { color: rgb(207,190,161); }
H1.HeaderClassName
{
color: #CFBEA1;
}
.AnyTagClassName
{
color: #CFBEA1;
}
</style>
background-color css
<style>
a { background-color: #CFBEA1; }
a { background-color: rgb(207,190,161); }
div.DivClassName
{
background-color: #CFBEA1;
}
.BgClassName
{
background-color: #CFBEA1;
}
</style>
border-color css
<style>
span { border-color: #CFBEA1; }
span { border-color: rgb(207,190,161); }
td.TdClassName
{
border-color: #CFBEA1;
}
.TagClassName
{
border-color: #CFBEA1;
}
</style>