Shades of Soft Amber #CFBBA5
Tints of Soft Amber #CFBBA5
RGB
CMYK
RGB Variations
Color information
#CFBBA5 (or 0xCFBBA5) is known color: Soft Amber. HEX triplet: CF, BB and A5. RGB value is (207,187,165). Sum of RGB (Red+Green+Blue) = 207+187+165=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBA5 is #30445A. Grayscale: #BEBEBE. Windows color (decimal): -3163227 or 10861519. OLE color: 10861519.
HSL color Cylindrical-coordinate representation of color #CFBBA5: hue angle of 31.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBBA5 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 165 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.19 |
| HSL | 31.43º | 0.3% | 0.73% | - |
| HSV(B) | 31.43º | 0.2% | 0.81% | - |
| XYZ | 50.29 | 51.52 | 42.89 | - |
| YUV | 190.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 165 | 0 | 0.10 | 0.20 | 0.19 | 31.43 | 0.3 | 0.73 |
| Hex | CF | BB | A5 | 0 | A | 14 | 13 | 1F | 1E | 49 |
| Octal | 317 | 273 | 245 | 0 | 12 | 24 | 23 | 37 | 36 | 111 |
| Binary | 11001111 | 10111011 | 10100101 | 0 | 1010 | 10100 | 10011 | 11111 | 11110 | 1001001 |
Color Harmonies of #CFBBA5
Complementary color
Monochromatic Colors of #CFBBA5
Black with #CFBBA5
Text Example
Text Example
White with #CFBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBA5; }
p { color: rgb(207,187,165); }
H1.HeaderClassName
{
color: #CFBBA5;
}
.AnyTagClassName
{
color: #CFBBA5;
}
</style>
background-color css
<style>
a { background-color: #CFBBA5; }
a { background-color: rgb(207,187,165); }
div.DivClassName
{
background-color: #CFBBA5;
}
.BgClassName
{
background-color: #CFBBA5;
}
</style>
border-color css
<style>
span { border-color: #CFBBA5; }
span { border-color: rgb(207,187,165); }
td.TdClassName
{
border-color: #CFBBA5;
}
.TagClassName
{
border-color: #CFBBA5;
}
</style>