Shades of Soft Amber #CFC0AC
Tints of Soft Amber #CFC0AC
RGB
CMYK
RGB Variations
Color information
#CFC0AC (or 0xCFC0AC) is known color: Soft Amber. HEX triplet: CF, C0 and AC. RGB value is (207,192,172). Sum of RGB (Red+Green+Blue) = 207+192+172=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC0AC is #303F53. Grayscale: #C2C2C2. Windows color (decimal): -3161940 or 11321551. OLE color: 11321551.
HSL color Cylindrical-coordinate representation of color #CFC0AC: hue angle of 34.29º 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 #CFC0AC is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 172 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.19 |
| HSL | 34.29º | 0.27% | 0.74% | - |
| HSV(B) | 34.29º | 0.17% | 0.81% | - |
| XYZ | 52.03 | 53.94 | 46.7 | - |
| YUV | 194.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 172 | 0 | 0.07 | 0.17 | 0.19 | 34.29 | 0.27 | 0.74 |
| Hex | CF | C0 | AC | 0 | 7 | 11 | 13 | 22 | 1B | 4A |
| Octal | 317 | 300 | 254 | 0 | 7 | 21 | 23 | 42 | 33 | 112 |
| Binary | 11001111 | 11000000 | 10101100 | 0 | 111 | 10001 | 10011 | 100010 | 11011 | 1001010 |
Color Harmonies of #CFC0AC
Complementary color
Monochromatic Colors of #CFC0AC
Black with #CFC0AC
Text Example
Text Example
White with #CFC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0AC; }
p { color: rgb(207,192,172); }
H1.HeaderClassName
{
color: #CFC0AC;
}
.AnyTagClassName
{
color: #CFC0AC;
}
</style>
background-color css
<style>
a { background-color: #CFC0AC; }
a { background-color: rgb(207,192,172); }
div.DivClassName
{
background-color: #CFC0AC;
}
.BgClassName
{
background-color: #CFC0AC;
}
</style>
border-color css
<style>
span { border-color: #CFC0AC; }
span { border-color: rgb(207,192,172); }
td.TdClassName
{
border-color: #CFC0AC;
}
.TagClassName
{
border-color: #CFC0AC;
}
</style>