Shades of Soft Amber #CFBBA2
Tints of Soft Amber #CFBBA2
RGB
CMYK
RGB Variations
Color information
#CFBBA2 (or 0xCFBBA2) is known color: Soft Amber. HEX triplet: CF, BB and A2. RGB value is (207,187,162). Sum of RGB (Red+Green+Blue) = 207+187+162=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBA2 is #30445D. Grayscale: #BEBEBE. Windows color (decimal): -3163230 or 10664911. OLE color: 10664911.
HSL color Cylindrical-coordinate representation of color #CFBBA2: hue angle of 33.33º 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 #CFBBA2 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 162 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.19 |
| HSL | 33.33º | 0.32% | 0.72% | - |
| HSV(B) | 33.33º | 0.22% | 0.81% | - |
| XYZ | 50.02 | 51.41 | 41.47 | - |
| YUV | 190.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 162 | 0 | 0.10 | 0.22 | 0.19 | 33.33 | 0.32 | 0.72 |
| Hex | CF | BB | A2 | 0 | A | 16 | 13 | 21 | 20 | 48 |
| Octal | 317 | 273 | 242 | 0 | 12 | 26 | 23 | 41 | 40 | 110 |
| Binary | 11001111 | 10111011 | 10100010 | 0 | 1010 | 10110 | 10011 | 100001 | 100000 | 1001000 |
Color Harmonies of #CFBBA2
Complementary color
Monochromatic Colors of #CFBBA2
Black with #CFBBA2
Text Example
Text Example
White with #CFBBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBA2; }
p { color: rgb(207,187,162); }
H1.HeaderClassName
{
color: #CFBBA2;
}
.AnyTagClassName
{
color: #CFBBA2;
}
</style>
background-color css
<style>
a { background-color: #CFBBA2; }
a { background-color: rgb(207,187,162); }
div.DivClassName
{
background-color: #CFBBA2;
}
.BgClassName
{
background-color: #CFBBA2;
}
</style>
border-color css
<style>
span { border-color: #CFBBA2; }
span { border-color: rgb(207,187,162); }
td.TdClassName
{
border-color: #CFBBA2;
}
.TagClassName
{
border-color: #CFBBA2;
}
</style>