Shades of Soft Amber #CFBFAB
Tints of Soft Amber #CFBFAB
RGB
CMYK
RGB Variations
Color information
#CFBFAB (or 0xCFBFAB) is known color: Soft Amber. HEX triplet: CF, BF and AB. RGB value is (207,191,171). Sum of RGB (Red+Green+Blue) = 207+191+171=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBFAB is #304054. Grayscale: #C1C1C1. Windows color (decimal): -3162197 or 11255759. OLE color: 11255759.
HSL color Cylindrical-coordinate representation of color #CFBFAB: hue angle of 33.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFBFAB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 171 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.19 |
| HSL | 33.33º | 0.27% | 0.74% | - |
| HSV(B) | 33.33º | 0.17% | 0.81% | - |
| XYZ | 51.71 | 53.47 | 46.12 | - |
| YUV | 193.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 171 | 0 | 0.08 | 0.17 | 0.19 | 33.33 | 0.27 | 0.74 |
| Hex | CF | BF | AB | 0 | 8 | 11 | 13 | 21 | 1B | 4A |
| Octal | 317 | 277 | 253 | 0 | 10 | 21 | 23 | 41 | 33 | 112 |
| Binary | 11001111 | 10111111 | 10101011 | 0 | 1000 | 10001 | 10011 | 100001 | 11011 | 1001010 |
Color Harmonies of #CFBFAB
Complementary color
Monochromatic Colors of #CFBFAB
Black with #CFBFAB
Text Example
Text Example
White with #CFBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFAB; }
p { color: rgb(207,191,171); }
H1.HeaderClassName
{
color: #CFBFAB;
}
.AnyTagClassName
{
color: #CFBFAB;
}
</style>
background-color css
<style>
a { background-color: #CFBFAB; }
a { background-color: rgb(207,191,171); }
div.DivClassName
{
background-color: #CFBFAB;
}
.BgClassName
{
background-color: #CFBFAB;
}
</style>
border-color css
<style>
span { border-color: #CFBFAB; }
span { border-color: rgb(207,191,171); }
td.TdClassName
{
border-color: #CFBFAB;
}
.TagClassName
{
border-color: #CFBFAB;
}
</style>