Shades of Sundance #C09F53
Tints of Sundance #C09F53
RGB
CMYK
RGB Variations
Color information
#C09F53 (or 0xC09F53) is known color: Sundance. HEX triplet: C0, 9F and 53. RGB value is (192,159,83). Sum of RGB (Red+Green+Blue) = 192+159+83=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F53 is #3F60AC. Grayscale: #A0A0A0. Windows color (decimal): -4153517 or 5480384. OLE color: 5480384.
HSL color Cylindrical-coordinate representation of color #C09F53: hue angle of 41.83º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C09F53 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 83 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.25 |
| HSL | 41.83º | 0.46% | 0.54% | - |
| HSV(B) | 41.83º | 0.57% | 0.75% | - |
| XYZ | 35.7 | 36.63 | 13.37 | - |
| YUV | 160.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 83 | 0 | 0.17 | 0.57 | 0.25 | 41.83 | 0.46 | 0.54 |
| Hex | C0 | 9F | 53 | 0 | 11 | 39 | 19 | 2A | 2E | 36 |
| Octal | 300 | 237 | 123 | 0 | 21 | 71 | 31 | 52 | 56 | 66 |
| Binary | 11000000 | 10011111 | 1010011 | 0 | 10001 | 111001 | 11001 | 101010 | 101110 | 110110 |
Color Harmonies of #C09F53
Complementary color
Monochromatic Colors of #C09F53
Black with #C09F53
Text Example
Text Example
White with #C09F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F53; }
p { color: rgb(192,159,83); }
H1.HeaderClassName
{
color: #C09F53;
}
.AnyTagClassName
{
color: #C09F53;
}
</style>
background-color css
<style>
a { background-color: #C09F53; }
a { background-color: rgb(192,159,83); }
div.DivClassName
{
background-color: #C09F53;
}
.BgClassName
{
background-color: #C09F53;
}
</style>
border-color css
<style>
span { border-color: #C09F53; }
span { border-color: rgb(192,159,83); }
td.TdClassName
{
border-color: #C09F53;
}
.TagClassName
{
border-color: #C09F53;
}
</style>