Shades of Sundance #CFA049
Tints of Sundance #CFA049
RGB
CMYK
RGB Variations
Color information
#CFA049 (or 0xCFA049) is known color: Sundance. HEX triplet: CF, A0 and 49. RGB value is (207,160,73). Sum of RGB (Red+Green+Blue) = 207+160+73=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA049 is #305FB6. Grayscale: #A4A4A4. Windows color (decimal): -3170231 or 4825295. OLE color: 4825295.
HSL color Cylindrical-coordinate representation of color #CFA049: hue angle of 38.96º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFA049 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 73 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.19 |
| HSL | 38.96º | 0.58% | 0.55% | - |
| HSV(B) | 38.96º | 0.65% | 0.81% | - |
| XYZ | 39.51 | 38.89 | 11.73 | - |
| YUV | 164.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 73 | 0 | 0.23 | 0.65 | 0.19 | 38.96 | 0.58 | 0.55 |
| Hex | CF | A0 | 49 | 0 | 17 | 41 | 13 | 27 | 3A | 37 |
| Octal | 317 | 240 | 111 | 0 | 27 | 101 | 23 | 47 | 72 | 67 |
| Binary | 11001111 | 10100000 | 1001001 | 0 | 10111 | 1000001 | 10011 | 100111 | 111010 | 110111 |
Color Harmonies of #CFA049
Complementary color
Monochromatic Colors of #CFA049
Black with #CFA049
Text Example
Text Example
White with #CFA049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA049; }
p { color: rgb(207,160,73); }
H1.HeaderClassName
{
color: #CFA049;
}
.AnyTagClassName
{
color: #CFA049;
}
</style>
background-color css
<style>
a { background-color: #CFA049; }
a { background-color: rgb(207,160,73); }
div.DivClassName
{
background-color: #CFA049;
}
.BgClassName
{
background-color: #CFA049;
}
</style>
border-color css
<style>
span { border-color: #CFA049; }
span { border-color: rgb(207,160,73); }
td.TdClassName
{
border-color: #CFA049;
}
.TagClassName
{
border-color: #CFA049;
}
</style>