Shades of Sundance #C09F4A
Tints of Sundance #C09F4A
RGB
CMYK
RGB Variations
Color information
#C09F4A (or 0xC09F4A) is known color: Sundance. HEX triplet: C0, 9F and 4A. RGB value is (192,159,74). Sum of RGB (Red+Green+Blue) = 192+159+74=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F4A is #3F60B5. Grayscale: #9F9F9F. Windows color (decimal): -4153526 or 4890560. OLE color: 4890560.
HSL color Cylindrical-coordinate representation of color #C09F4A: hue angle of 43.22º 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 #C09F4A is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 74 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.25 |
| HSL | 43.22º | 0.48% | 0.52% | - |
| HSV(B) | 43.22º | 0.61% | 0.75% | - |
| XYZ | 35.37 | 36.5 | 11.66 | - |
| YUV | 159.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 74 | 0 | 0.17 | 0.61 | 0.25 | 43.22 | 0.48 | 0.52 |
| Hex | C0 | 9F | 4A | 0 | 11 | 3D | 19 | 2B | 30 | 34 |
| Octal | 300 | 237 | 112 | 0 | 21 | 75 | 31 | 53 | 60 | 64 |
| Binary | 11000000 | 10011111 | 1001010 | 0 | 10001 | 111101 | 11001 | 101011 | 110000 | 110100 |
Color Harmonies of #C09F4A
Complementary color
Monochromatic Colors of #C09F4A
Black with #C09F4A
Text Example
Text Example
White with #C09F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F4A; }
p { color: rgb(192,159,74); }
H1.HeaderClassName
{
color: #C09F4A;
}
.AnyTagClassName
{
color: #C09F4A;
}
</style>
background-color css
<style>
a { background-color: #C09F4A; }
a { background-color: rgb(192,159,74); }
div.DivClassName
{
background-color: #C09F4A;
}
.BgClassName
{
background-color: #C09F4A;
}
</style>
border-color css
<style>
span { border-color: #C09F4A; }
span { border-color: rgb(192,159,74); }
td.TdClassName
{
border-color: #C09F4A;
}
.TagClassName
{
border-color: #C09F4A;
}
</style>