Shades of Soft Amber #CFC0AD
Tints of Soft Amber #CFC0AD
RGB
CMYK
RGB Variations
Color information
#CFC0AD (or 0xCFC0AD) is known color: Soft Amber. HEX triplet: CF, C0 and AD. RGB value is (207,192,173). Sum of RGB (Red+Green+Blue) = 207+192+173=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC0AD is #303F52. Grayscale: #C2C2C2. Windows color (decimal): -3161939 or 11387087. OLE color: 11387087.
HSL color Cylindrical-coordinate representation of color #CFC0AD: hue angle of 33.53º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC0AD is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 173 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.19 |
| HSL | 33.53º | 0.26% | 0.75% | - |
| HSV(B) | 33.53º | 0.16% | 0.81% | - |
| XYZ | 52.12 | 53.98 | 47.21 | - |
| YUV | 194.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 173 | 0 | 0.07 | 0.16 | 0.19 | 33.53 | 0.26 | 0.75 |
| Hex | CF | C0 | AD | 0 | 7 | 10 | 13 | 22 | 1A | 4B |
| Octal | 317 | 300 | 255 | 0 | 7 | 20 | 23 | 42 | 32 | 113 |
| Binary | 11001111 | 11000000 | 10101101 | 0 | 111 | 10000 | 10011 | 100010 | 11010 | 1001011 |
Color Harmonies of #CFC0AD
Complementary color
Monochromatic Colors of #CFC0AD
Black with #CFC0AD
Text Example
Text Example
White with #CFC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0AD; }
p { color: rgb(207,192,173); }
H1.HeaderClassName
{
color: #CFC0AD;
}
.AnyTagClassName
{
color: #CFC0AD;
}
</style>
background-color css
<style>
a { background-color: #CFC0AD; }
a { background-color: rgb(207,192,173); }
div.DivClassName
{
background-color: #CFC0AD;
}
.BgClassName
{
background-color: #CFC0AD;
}
</style>
border-color css
<style>
span { border-color: #CFC0AD; }
span { border-color: rgb(207,192,173); }
td.TdClassName
{
border-color: #CFC0AD;
}
.TagClassName
{
border-color: #CFC0AD;
}
</style>