Shades of Sundance #CFA146
Tints of Sundance #CFA146
RGB
CMYK
RGB Variations
Color information
#CFA146 (or 0xCFA146) is known color: Sundance. HEX triplet: CF, A1 and 46. RGB value is (207,161,70). Sum of RGB (Red+Green+Blue) = 207+161+70=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA146 is #305EB9. Grayscale: #A4A4A4. Windows color (decimal): -3169978 or 4628943. OLE color: 4628943.
HSL color Cylindrical-coordinate representation of color #CFA146: hue angle of 39.85º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFA146 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 70 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.19 |
| HSL | 39.85º | 0.59% | 0.54% | - |
| HSV(B) | 39.85º | 0.66% | 0.81% | - |
| XYZ | 39.58 | 39.2 | 11.27 | - |
| YUV | 164.38 | 74.74 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 70 | 0 | 0.22 | 0.66 | 0.19 | 39.85 | 0.59 | 0.54 |
| Hex | CF | A1 | 46 | 0 | 16 | 42 | 13 | 28 | 3B | 36 |
| Octal | 317 | 241 | 106 | 0 | 26 | 102 | 23 | 50 | 73 | 66 |
| Binary | 11001111 | 10100001 | 1000110 | 0 | 10110 | 1000010 | 10011 | 101000 | 111011 | 110110 |
Color Harmonies of #CFA146
Complementary color
Monochromatic Colors of #CFA146
Black with #CFA146
Text Example
Text Example
White with #CFA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA146; }
p { color: rgb(207,161,70); }
H1.HeaderClassName
{
color: #CFA146;
}
.AnyTagClassName
{
color: #CFA146;
}
</style>
background-color css
<style>
a { background-color: #CFA146; }
a { background-color: rgb(207,161,70); }
div.DivClassName
{
background-color: #CFA146;
}
.BgClassName
{
background-color: #CFA146;
}
</style>
border-color css
<style>
span { border-color: #CFA146; }
span { border-color: rgb(207,161,70); }
td.TdClassName
{
border-color: #CFA146;
}
.TagClassName
{
border-color: #CFA146;
}
</style>