Shades of Soft Amber #CFC2AA
Tints of Soft Amber #CFC2AA
RGB
CMYK
RGB Variations
Color information
#CFC2AA (or 0xCFC2AA) is known color: Soft Amber. HEX triplet: CF, C2 and AA. RGB value is (207,194,170). Sum of RGB (Red+Green+Blue) = 207+194+170=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC2AA is #303D55. Grayscale: #C3C3C3. Windows color (decimal): -3161430 or 11190991. OLE color: 11190991.
HSL color Cylindrical-coordinate representation of color #CFC2AA: hue angle of 38.92º 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 #CFC2AA is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 170 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.19 |
| HSL | 38.92º | 0.28% | 0.74% | - |
| HSV(B) | 38.92º | 0.18% | 0.81% | - |
| XYZ | 52.28 | 54.75 | 45.84 | - |
| YUV | 195.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 170 | 0 | 0.06 | 0.18 | 0.19 | 38.92 | 0.28 | 0.74 |
| Hex | CF | C2 | AA | 0 | 6 | 12 | 13 | 27 | 1C | 4A |
| Octal | 317 | 302 | 252 | 0 | 6 | 22 | 23 | 47 | 34 | 112 |
| Binary | 11001111 | 11000010 | 10101010 | 0 | 110 | 10010 | 10011 | 100111 | 11100 | 1001010 |
Color Harmonies of #CFC2AA
Complementary color
Monochromatic Colors of #CFC2AA
Black with #CFC2AA
Text Example
Text Example
White with #CFC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2AA; }
p { color: rgb(207,194,170); }
H1.HeaderClassName
{
color: #CFC2AA;
}
.AnyTagClassName
{
color: #CFC2AA;
}
</style>
background-color css
<style>
a { background-color: #CFC2AA; }
a { background-color: rgb(207,194,170); }
div.DivClassName
{
background-color: #CFC2AA;
}
.BgClassName
{
background-color: #CFC2AA;
}
</style>
border-color css
<style>
span { border-color: #CFC2AA; }
span { border-color: rgb(207,194,170); }
td.TdClassName
{
border-color: #CFC2AA;
}
.TagClassName
{
border-color: #CFC2AA;
}
</style>