Shades of Soft Amber #CFC0A9
Tints of Soft Amber #CFC0A9
RGB
CMYK
RGB Variations
Color information
#CFC0A9 (or 0xCFC0A9) is known color: Soft Amber. HEX triplet: CF, C0 and A9. RGB value is (207,192,169). Sum of RGB (Red+Green+Blue) = 207+192+169=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC0A9 is #303F56. Grayscale: #C1C1C1. Windows color (decimal): -3161943 or 11124943. OLE color: 11124943.
HSL color Cylindrical-coordinate representation of color #CFC0A9: hue angle of 36.32º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFC0A9 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 169 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.19 |
| HSL | 36.32º | 0.28% | 0.74% | - |
| HSV(B) | 36.32º | 0.18% | 0.81% | - |
| XYZ | 51.74 | 53.83 | 45.2 | - |
| YUV | 193.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 169 | 0 | 0.07 | 0.18 | 0.19 | 36.32 | 0.28 | 0.74 |
| Hex | CF | C0 | A9 | 0 | 7 | 12 | 13 | 24 | 1C | 4A |
| Octal | 317 | 300 | 251 | 0 | 7 | 22 | 23 | 44 | 34 | 112 |
| Binary | 11001111 | 11000000 | 10101001 | 0 | 111 | 10010 | 10011 | 100100 | 11100 | 1001010 |
Color Harmonies of #CFC0A9
Complementary color
Monochromatic Colors of #CFC0A9
Black with #CFC0A9
Text Example
Text Example
White with #CFC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0A9; }
p { color: rgb(207,192,169); }
H1.HeaderClassName
{
color: #CFC0A9;
}
.AnyTagClassName
{
color: #CFC0A9;
}
</style>
background-color css
<style>
a { background-color: #CFC0A9; }
a { background-color: rgb(207,192,169); }
div.DivClassName
{
background-color: #CFC0A9;
}
.BgClassName
{
background-color: #CFC0A9;
}
</style>
border-color css
<style>
span { border-color: #CFC0A9; }
span { border-color: rgb(207,192,169); }
td.TdClassName
{
border-color: #CFC0A9;
}
.TagClassName
{
border-color: #CFC0A9;
}
</style>