Shades of Soft Amber #CFBEA0
Tints of Soft Amber #CFBEA0
RGB
CMYK
RGB Variations
Color information
#CFBEA0 (or 0xCFBEA0) is known color: Soft Amber. HEX triplet: CF, BE and A0. RGB value is (207,190,160). Sum of RGB (Red+Green+Blue) = 207+190+160=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEA0 is #30415F. Grayscale: #BFBFBF. Windows color (decimal): -3162464 or 10534607. OLE color: 10534607.
HSL color Cylindrical-coordinate representation of color #CFBEA0: hue angle of 38.3º 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 #CFBEA0 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 160 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.19 |
| HSL | 38.3º | 0.33% | 0.72% | - |
| HSV(B) | 38.3º | 0.23% | 0.81% | - |
| XYZ | 50.49 | 52.63 | 40.76 | - |
| YUV | 191.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 160 | 0 | 0.08 | 0.23 | 0.19 | 38.3 | 0.33 | 0.72 |
| Hex | CF | BE | A0 | 0 | 8 | 17 | 13 | 26 | 21 | 48 |
| Octal | 317 | 276 | 240 | 0 | 10 | 27 | 23 | 46 | 41 | 110 |
| Binary | 11001111 | 10111110 | 10100000 | 0 | 1000 | 10111 | 10011 | 100110 | 100001 | 1001000 |
Color Harmonies of #CFBEA0
Complementary color
Monochromatic Colors of #CFBEA0
Black with #CFBEA0
Text Example
Text Example
White with #CFBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEA0; }
p { color: rgb(207,190,160); }
H1.HeaderClassName
{
color: #CFBEA0;
}
.AnyTagClassName
{
color: #CFBEA0;
}
</style>
background-color css
<style>
a { background-color: #CFBEA0; }
a { background-color: rgb(207,190,160); }
div.DivClassName
{
background-color: #CFBEA0;
}
.BgClassName
{
background-color: #CFBEA0;
}
</style>
border-color css
<style>
span { border-color: #CFBEA0; }
span { border-color: rgb(207,190,160); }
td.TdClassName
{
border-color: #CFBEA0;
}
.TagClassName
{
border-color: #CFBEA0;
}
</style>