Shades of Sundance #C09E4A
Tints of Sundance #C09E4A
RGB
CMYK
RGB Variations
Color information
#C09E4A (or 0xC09E4A) is known color: Sundance. HEX triplet: C0, 9E and 4A. RGB value is (192,158,74). Sum of RGB (Red+Green+Blue) = 192+158+74=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E4A is #3F61B5. Grayscale: #9E9E9E. Windows color (decimal): -4153782 or 4890304. OLE color: 4890304.
HSL color Cylindrical-coordinate representation of color #C09E4A: hue angle of 42.71º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C09E4A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 74 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.25 |
| HSL | 42.71º | 0.48% | 0.52% | - |
| HSV(B) | 42.71º | 0.61% | 0.75% | - |
| XYZ | 35.2 | 36.15 | 11.6 | - |
| YUV | 158.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 74 | 0 | 0.18 | 0.61 | 0.25 | 42.71 | 0.48 | 0.52 |
| Hex | C0 | 9E | 4A | 0 | 12 | 3D | 19 | 2B | 30 | 34 |
| Octal | 300 | 236 | 112 | 0 | 22 | 75 | 31 | 53 | 60 | 64 |
| Binary | 11000000 | 10011110 | 1001010 | 0 | 10010 | 111101 | 11001 | 101011 | 110000 | 110100 |
Color Harmonies of #C09E4A
Complementary color
Monochromatic Colors of #C09E4A
Black with #C09E4A
Text Example
Text Example
White with #C09E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E4A; }
p { color: rgb(192,158,74); }
H1.HeaderClassName
{
color: #C09E4A;
}
.AnyTagClassName
{
color: #C09E4A;
}
</style>
background-color css
<style>
a { background-color: #C09E4A; }
a { background-color: rgb(192,158,74); }
div.DivClassName
{
background-color: #C09E4A;
}
.BgClassName
{
background-color: #C09E4A;
}
</style>
border-color css
<style>
span { border-color: #C09E4A; }
span { border-color: rgb(192,158,74); }
td.TdClassName
{
border-color: #C09E4A;
}
.TagClassName
{
border-color: #C09E4A;
}
</style>