Shades of Sundance #C19E4C
Tints of Sundance #C19E4C
RGB
CMYK
RGB Variations
Color information
#C19E4C (or 0xC19E4C) is known color: Sundance. HEX triplet: C1, 9E and 4C. RGB value is (193,158,76). Sum of RGB (Red+Green+Blue) = 193+158+76=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19E4C is #3E61B3. Grayscale: #9F9F9F. Windows color (decimal): -4088244 or 5021377. OLE color: 5021377.
HSL color Cylindrical-coordinate representation of color #C19E4C: hue angle of 42.05º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C19E4C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 76 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.24 |
| HSL | 42.05º | 0.49% | 0.53% | - |
| HSV(B) | 42.05º | 0.61% | 0.76% | - |
| XYZ | 35.52 | 36.31 | 11.97 | - |
| YUV | 159.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 76 | 0 | 0.18 | 0.61 | 0.24 | 42.05 | 0.49 | 0.53 |
| Hex | C1 | 9E | 4C | 0 | 12 | 3D | 18 | 2A | 31 | 35 |
| Octal | 301 | 236 | 114 | 0 | 22 | 75 | 30 | 52 | 61 | 65 |
| Binary | 11000001 | 10011110 | 1001100 | 0 | 10010 | 111101 | 11000 | 101010 | 110001 | 110101 |
Color Harmonies of #C19E4C
Complementary color
Monochromatic Colors of #C19E4C
Black with #C19E4C
Text Example
Text Example
White with #C19E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E4C; }
p { color: rgb(193,158,76); }
H1.HeaderClassName
{
color: #C19E4C;
}
.AnyTagClassName
{
color: #C19E4C;
}
</style>
background-color css
<style>
a { background-color: #C19E4C; }
a { background-color: rgb(193,158,76); }
div.DivClassName
{
background-color: #C19E4C;
}
.BgClassName
{
background-color: #C19E4C;
}
</style>
border-color css
<style>
span { border-color: #C19E4C; }
span { border-color: rgb(193,158,76); }
td.TdClassName
{
border-color: #C19E4C;
}
.TagClassName
{
border-color: #C19E4C;
}
</style>