Shades of Sundance #C19E4E
Tints of Sundance #C19E4E
RGB
CMYK
RGB Variations
Color information
#C19E4E (or 0xC19E4E) is known color: Sundance. HEX triplet: C1, 9E and 4E. RGB value is (193,158,78). Sum of RGB (Red+Green+Blue) = 193+158+78=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E4E is #3E61B1. Grayscale: #9F9F9F. Windows color (decimal): -4088242 or 5152449. OLE color: 5152449.
HSL color Cylindrical-coordinate representation of color #C19E4E: hue angle of 41.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C19E4E is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 78 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.24 |
| HSL | 41.74º | 0.48% | 0.53% | - |
| HSV(B) | 41.74º | 0.6% | 0.76% | - |
| XYZ | 35.59 | 36.34 | 12.35 | - |
| YUV | 159.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 78 | 0 | 0.18 | 0.60 | 0.24 | 41.74 | 0.48 | 0.53 |
| Hex | C1 | 9E | 4E | 0 | 12 | 3C | 18 | 2A | 30 | 35 |
| Octal | 301 | 236 | 116 | 0 | 22 | 74 | 30 | 52 | 60 | 65 |
| Binary | 11000001 | 10011110 | 1001110 | 0 | 10010 | 111100 | 11000 | 101010 | 110000 | 110101 |
Color Harmonies of #C19E4E
Complementary color
Monochromatic Colors of #C19E4E
Black with #C19E4E
Text Example
Text Example
White with #C19E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E4E; }
p { color: rgb(193,158,78); }
H1.HeaderClassName
{
color: #C19E4E;
}
.AnyTagClassName
{
color: #C19E4E;
}
</style>
background-color css
<style>
a { background-color: #C19E4E; }
a { background-color: rgb(193,158,78); }
div.DivClassName
{
background-color: #C19E4E;
}
.BgClassName
{
background-color: #C19E4E;
}
</style>
border-color css
<style>
span { border-color: #C19E4E; }
span { border-color: rgb(193,158,78); }
td.TdClassName
{
border-color: #C19E4E;
}
.TagClassName
{
border-color: #C19E4E;
}
</style>