Shades of Soft Amber #CFBDA8
Tints of Soft Amber #CFBDA8
RGB
CMYK
RGB Variations
Color information
#CFBDA8 (or 0xCFBDA8) is known color: Soft Amber. HEX triplet: CF, BD and A8. RGB value is (207,189,168). Sum of RGB (Red+Green+Blue) = 207+189+168=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDA8 is #304257. Grayscale: #C0C0C0. Windows color (decimal): -3162712 or 11058639. OLE color: 11058639.
HSL color Cylindrical-coordinate representation of color #CFBDA8: hue angle of 32.31º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBDA8 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 168 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.19 |
| HSL | 32.31º | 0.29% | 0.74% | - |
| HSV(B) | 32.31º | 0.19% | 0.81% | - |
| XYZ | 51 | 52.49 | 44.49 | - |
| YUV | 191.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 168 | 0 | 0.09 | 0.19 | 0.19 | 32.31 | 0.29 | 0.74 |
| Hex | CF | BD | A8 | 0 | 9 | 13 | 13 | 20 | 1D | 4A |
| Octal | 317 | 275 | 250 | 0 | 11 | 23 | 23 | 40 | 35 | 112 |
| Binary | 11001111 | 10111101 | 10101000 | 0 | 1001 | 10011 | 10011 | 100000 | 11101 | 1001010 |
Color Harmonies of #CFBDA8
Complementary color
Monochromatic Colors of #CFBDA8
Black with #CFBDA8
Text Example
Text Example
White with #CFBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDA8; }
p { color: rgb(207,189,168); }
H1.HeaderClassName
{
color: #CFBDA8;
}
.AnyTagClassName
{
color: #CFBDA8;
}
</style>
background-color css
<style>
a { background-color: #CFBDA8; }
a { background-color: rgb(207,189,168); }
div.DivClassName
{
background-color: #CFBDA8;
}
.BgClassName
{
background-color: #CFBDA8;
}
</style>
border-color css
<style>
span { border-color: #CFBDA8; }
span { border-color: rgb(207,189,168); }
td.TdClassName
{
border-color: #CFBDA8;
}
.TagClassName
{
border-color: #CFBDA8;
}
</style>