Shades of Soft Amber #CFC0AE
Tints of Soft Amber #CFC0AE
RGB
CMYK
RGB Variations
Color information
#CFC0AE (or 0xCFC0AE) is known color: Soft Amber. HEX triplet: CF, C0 and AE. RGB value is (207,192,174). Sum of RGB (Red+Green+Blue) = 207+192+174=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC0AE is #303F51. Grayscale: #C2C2C2. Windows color (decimal): -3161938 or 11452623. OLE color: 11452623.
HSL color Cylindrical-coordinate representation of color #CFC0AE: hue angle of 32.73º 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 #CFC0AE is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 174 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.19 |
| HSL | 32.73º | 0.26% | 0.75% | - |
| HSV(B) | 32.73º | 0.16% | 0.81% | - |
| XYZ | 52.22 | 54.02 | 47.72 | - |
| YUV | 194.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 174 | 0 | 0.07 | 0.16 | 0.19 | 32.73 | 0.26 | 0.75 |
| Hex | CF | C0 | AE | 0 | 7 | 10 | 13 | 21 | 1A | 4B |
| Octal | 317 | 300 | 256 | 0 | 7 | 20 | 23 | 41 | 32 | 113 |
| Binary | 11001111 | 11000000 | 10101110 | 0 | 111 | 10000 | 10011 | 100001 | 11010 | 1001011 |
Color Harmonies of #CFC0AE
Complementary color
Monochromatic Colors of #CFC0AE
Black with #CFC0AE
Text Example
Text Example
White with #CFC0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0AE; }
p { color: rgb(207,192,174); }
H1.HeaderClassName
{
color: #CFC0AE;
}
.AnyTagClassName
{
color: #CFC0AE;
}
</style>
background-color css
<style>
a { background-color: #CFC0AE; }
a { background-color: rgb(207,192,174); }
div.DivClassName
{
background-color: #CFC0AE;
}
.BgClassName
{
background-color: #CFC0AE;
}
</style>
border-color css
<style>
span { border-color: #CFC0AE; }
span { border-color: rgb(207,192,174); }
td.TdClassName
{
border-color: #CFC0AE;
}
.TagClassName
{
border-color: #CFC0AE;
}
</style>