Shades of Sundance #C19F48
Tints of Sundance #C19F48
RGB
CMYK
RGB Variations
Color information
#C19F48 (or 0xC19F48) is known color: Sundance. HEX triplet: C1, 9F and 48. RGB value is (193,159,72). Sum of RGB (Red+Green+Blue) = 193+159+72=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19F48 is #3E60B7. Grayscale: #9F9F9F. Windows color (decimal): -4087992 or 4759489. OLE color: 4759489.
HSL color Cylindrical-coordinate representation of color #C19F48: hue angle of 43.14º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C19F48 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 72 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.24 |
| HSL | 43.14º | 0.49% | 0.52% | - |
| HSV(B) | 43.14º | 0.63% | 0.76% | - |
| XYZ | 35.56 | 36.6 | 11.32 | - |
| YUV | 159.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 72 | 0 | 0.18 | 0.63 | 0.24 | 43.14 | 0.49 | 0.52 |
| Hex | C1 | 9F | 48 | 0 | 12 | 3F | 18 | 2B | 31 | 34 |
| Octal | 301 | 237 | 110 | 0 | 22 | 77 | 30 | 53 | 61 | 64 |
| Binary | 11000001 | 10011111 | 1001000 | 0 | 10010 | 111111 | 11000 | 101011 | 110001 | 110100 |
Color Harmonies of #C19F48
Complementary color
Monochromatic Colors of #C19F48
Black with #C19F48
Text Example
Text Example
White with #C19F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19F48; }
p { color: rgb(193,159,72); }
H1.HeaderClassName
{
color: #C19F48;
}
.AnyTagClassName
{
color: #C19F48;
}
</style>
background-color css
<style>
a { background-color: #C19F48; }
a { background-color: rgb(193,159,72); }
div.DivClassName
{
background-color: #C19F48;
}
.BgClassName
{
background-color: #C19F48;
}
</style>
border-color css
<style>
span { border-color: #C19F48; }
span { border-color: rgb(193,159,72); }
td.TdClassName
{
border-color: #C19F48;
}
.TagClassName
{
border-color: #C19F48;
}
</style>