Shades of Sundance #C19F4F
Tints of Sundance #C19F4F
RGB
CMYK
RGB Variations
Color information
#C19F4F (or 0xC19F4F) is known color: Sundance. HEX triplet: C1, 9F and 4F. RGB value is (193,159,79). Sum of RGB (Red+Green+Blue) = 193+159+79=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19F4F is #3E60B0. Grayscale: #A0A0A0. Windows color (decimal): -4087985 or 5218241. OLE color: 5218241.
HSL color Cylindrical-coordinate representation of color #C19F4F: hue angle of 42.11º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C19F4F is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 79 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.24 |
| HSL | 42.11º | 0.48% | 0.53% | - |
| HSV(B) | 42.11º | 0.59% | 0.76% | - |
| XYZ | 35.8 | 36.7 | 12.59 | - |
| YUV | 160.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 79 | 0 | 0.18 | 0.59 | 0.24 | 42.11 | 0.48 | 0.53 |
| Hex | C1 | 9F | 4F | 0 | 12 | 3B | 18 | 2A | 30 | 35 |
| Octal | 301 | 237 | 117 | 0 | 22 | 73 | 30 | 52 | 60 | 65 |
| Binary | 11000001 | 10011111 | 1001111 | 0 | 10010 | 111011 | 11000 | 101010 | 110000 | 110101 |
Color Harmonies of #C19F4F
Complementary color
Monochromatic Colors of #C19F4F
Black with #C19F4F
Text Example
Text Example
White with #C19F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F4F; }
p { color: rgb(193,159,79); }
H1.HeaderClassName
{
color: #C19F4F;
}
.AnyTagClassName
{
color: #C19F4F;
}
</style>
background-color css
<style>
a { background-color: #C19F4F; }
a { background-color: rgb(193,159,79); }
div.DivClassName
{
background-color: #C19F4F;
}
.BgClassName
{
background-color: #C19F4F;
}
</style>
border-color css
<style>
span { border-color: #C19F4F; }
span { border-color: rgb(193,159,79); }
td.TdClassName
{
border-color: #C19F4F;
}
.TagClassName
{
border-color: #C19F4F;
}
</style>