Shades of Sundance #CFA849
Tints of Sundance #CFA849
RGB
CMYK
RGB Variations
Color information
#CFA849 (or 0xCFA849) is known color: Sundance. HEX triplet: CF, A8 and 49. RGB value is (207,168,73). Sum of RGB (Red+Green+Blue) = 207+168+73=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA849 is #3057B6. Grayscale: #A9A9A9. Windows color (decimal): -3168183 or 4827343. OLE color: 4827343.
HSL color Cylindrical-coordinate representation of color #CFA849: hue angle of 42.54º 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 #CFA849 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 73 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.19 |
| HSL | 42.54º | 0.58% | 0.55% | - |
| HSV(B) | 42.54º | 0.65% | 0.81% | - |
| XYZ | 40.94 | 41.75 | 12.2 | - |
| YUV | 168.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 73 | 0 | 0.19 | 0.65 | 0.19 | 42.54 | 0.58 | 0.55 |
| Hex | CF | A8 | 49 | 0 | 13 | 41 | 13 | 2B | 3A | 37 |
| Octal | 317 | 250 | 111 | 0 | 23 | 101 | 23 | 53 | 72 | 67 |
| Binary | 11001111 | 10101000 | 1001001 | 0 | 10011 | 1000001 | 10011 | 101011 | 111010 | 110111 |
Color Harmonies of #CFA849
Complementary color
Monochromatic Colors of #CFA849
Black with #CFA849
Text Example
Text Example
White with #CFA849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA849; }
p { color: rgb(207,168,73); }
H1.HeaderClassName
{
color: #CFA849;
}
.AnyTagClassName
{
color: #CFA849;
}
</style>
background-color css
<style>
a { background-color: #CFA849; }
a { background-color: rgb(207,168,73); }
div.DivClassName
{
background-color: #CFA849;
}
.BgClassName
{
background-color: #CFA849;
}
</style>
border-color css
<style>
span { border-color: #CFA849; }
span { border-color: rgb(207,168,73); }
td.TdClassName
{
border-color: #CFA849;
}
.TagClassName
{
border-color: #CFA849;
}
</style>