Shades of Soft Amber #CFC1AE
Tints of Soft Amber #CFC1AE
RGB
CMYK
RGB Variations
Color information
#CFC1AE (or 0xCFC1AE) is known color: Soft Amber. HEX triplet: CF, C1 and AE. RGB value is (207,193,174). Sum of RGB (Red+Green+Blue) = 207+193+174=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC1AE is #303E51. Grayscale: #C3C3C3. Windows color (decimal): -3161682 or 11452879. OLE color: 11452879.
HSL color Cylindrical-coordinate representation of color #CFC1AE: hue angle of 34.55º 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 #CFC1AE is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 174 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.19 |
| HSL | 34.55º | 0.26% | 0.75% | - |
| HSV(B) | 34.55º | 0.16% | 0.81% | - |
| XYZ | 52.44 | 54.46 | 47.79 | - |
| YUV | 195.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 174 | 0 | 0.07 | 0.16 | 0.19 | 34.55 | 0.26 | 0.75 |
| Hex | CF | C1 | AE | 0 | 7 | 10 | 13 | 23 | 1A | 4B |
| Octal | 317 | 301 | 256 | 0 | 7 | 20 | 23 | 43 | 32 | 113 |
| Binary | 11001111 | 11000001 | 10101110 | 0 | 111 | 10000 | 10011 | 100011 | 11010 | 1001011 |
Color Harmonies of #CFC1AE
Complementary color
Monochromatic Colors of #CFC1AE
Black with #CFC1AE
Text Example
Text Example
White with #CFC1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1AE; }
p { color: rgb(207,193,174); }
H1.HeaderClassName
{
color: #CFC1AE;
}
.AnyTagClassName
{
color: #CFC1AE;
}
</style>
background-color css
<style>
a { background-color: #CFC1AE; }
a { background-color: rgb(207,193,174); }
div.DivClassName
{
background-color: #CFC1AE;
}
.BgClassName
{
background-color: #CFC1AE;
}
</style>
border-color css
<style>
span { border-color: #CFC1AE; }
span { border-color: rgb(207,193,174); }
td.TdClassName
{
border-color: #CFC1AE;
}
.TagClassName
{
border-color: #CFC1AE;
}
</style>