Shades of Sundance #C09E4E
Tints of Sundance #C09E4E
RGB
CMYK
RGB Variations
Color information
#C09E4E (or 0xC09E4E) is known color: Sundance. HEX triplet: C0, 9E and 4E. RGB value is (192,158,78). Sum of RGB (Red+Green+Blue) = 192+158+78=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E4E is #3F61B1. Grayscale: #9F9F9F. Windows color (decimal): -4153778 or 5152448. OLE color: 5152448.
HSL color Cylindrical-coordinate representation of color #C09E4E: hue angle of 42.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C09E4E is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 78 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.25 |
| HSL | 42.11º | 0.48% | 0.53% | - |
| HSV(B) | 42.11º | 0.59% | 0.75% | - |
| XYZ | 35.34 | 36.21 | 12.33 | - |
| YUV | 159.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 78 | 0 | 0.18 | 0.59 | 0.25 | 42.11 | 0.48 | 0.53 |
| Hex | C0 | 9E | 4E | 0 | 12 | 3B | 19 | 2A | 30 | 35 |
| Octal | 300 | 236 | 116 | 0 | 22 | 73 | 31 | 52 | 60 | 65 |
| Binary | 11000000 | 10011110 | 1001110 | 0 | 10010 | 111011 | 11001 | 101010 | 110000 | 110101 |
Color Harmonies of #C09E4E
Complementary color
Monochromatic Colors of #C09E4E
Black with #C09E4E
Text Example
Text Example
White with #C09E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E4E; }
p { color: rgb(192,158,78); }
H1.HeaderClassName
{
color: #C09E4E;
}
.AnyTagClassName
{
color: #C09E4E;
}
</style>
background-color css
<style>
a { background-color: #C09E4E; }
a { background-color: rgb(192,158,78); }
div.DivClassName
{
background-color: #C09E4E;
}
.BgClassName
{
background-color: #C09E4E;
}
</style>
border-color css
<style>
span { border-color: #C09E4E; }
span { border-color: rgb(192,158,78); }
td.TdClassName
{
border-color: #C09E4E;
}
.TagClassName
{
border-color: #C09E4E;
}
</style>