Shades of Sundance #C09E4D
Tints of Sundance #C09E4D
RGB
CMYK
RGB Variations
Color information
#C09E4D (or 0xC09E4D) is known color: Sundance. HEX triplet: C0, 9E and 4D. RGB value is (192,158,77). Sum of RGB (Red+Green+Blue) = 192+158+77=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E4D is #3F61B2. Grayscale: #9F9F9F. Windows color (decimal): -4153779 or 5086912. OLE color: 5086912.
HSL color Cylindrical-coordinate representation of color #C09E4D: hue angle of 42.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C09E4D is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 77 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.25 |
| HSL | 42.26º | 0.48% | 0.53% | - |
| HSV(B) | 42.26º | 0.6% | 0.75% | - |
| XYZ | 35.3 | 36.2 | 12.15 | - |
| YUV | 158.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 77 | 0 | 0.18 | 0.60 | 0.25 | 42.26 | 0.48 | 0.53 |
| Hex | C0 | 9E | 4D | 0 | 12 | 3C | 19 | 2A | 30 | 35 |
| Octal | 300 | 236 | 115 | 0 | 22 | 74 | 31 | 52 | 60 | 65 |
| Binary | 11000000 | 10011110 | 1001101 | 0 | 10010 | 111100 | 11001 | 101010 | 110000 | 110101 |
Color Harmonies of #C09E4D
Complementary color
Monochromatic Colors of #C09E4D
Black with #C09E4D
Text Example
Text Example
White with #C09E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E4D; }
p { color: rgb(192,158,77); }
H1.HeaderClassName
{
color: #C09E4D;
}
.AnyTagClassName
{
color: #C09E4D;
}
</style>
background-color css
<style>
a { background-color: #C09E4D; }
a { background-color: rgb(192,158,77); }
div.DivClassName
{
background-color: #C09E4D;
}
.BgClassName
{
background-color: #C09E4D;
}
</style>
border-color css
<style>
span { border-color: #C09E4D; }
span { border-color: rgb(192,158,77); }
td.TdClassName
{
border-color: #C09E4D;
}
.TagClassName
{
border-color: #C09E4D;
}
</style>