Shades of Sundance #C0A843
Tints of Sundance #C0A843
RGB
CMYK
RGB Variations
Color information
#C0A843 (or 0xC0A843) is known color: Sundance. HEX triplet: C0, A8 and 43. RGB value is (192,168,67). Sum of RGB (Red+Green+Blue) = 192+168+67=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A843 is #3F57BC. Grayscale: #A4A4A4. Windows color (decimal): -4151229 or 4434112. OLE color: 4434112.
HSL color Cylindrical-coordinate representation of color #C0A843: hue angle of 48.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0A843 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 67 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.25 |
| HSL | 48.48º | 0.5% | 0.51% | - |
| HSV(B) | 48.48º | 0.65% | 0.75% | - |
| XYZ | 36.75 | 39.62 | 11.02 | - |
| YUV | 163.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 67 | 0 | 0.12 | 0.65 | 0.25 | 48.48 | 0.5 | 0.51 |
| Hex | C0 | A8 | 43 | 0 | C | 41 | 19 | 30 | 32 | 33 |
| Octal | 300 | 250 | 103 | 0 | 14 | 101 | 31 | 60 | 62 | 63 |
| Binary | 11000000 | 10101000 | 1000011 | 0 | 1100 | 1000001 | 11001 | 110000 | 110010 | 110011 |
Color Harmonies of #C0A843
Complementary color
Monochromatic Colors of #C0A843
Black with #C0A843
Text Example
Text Example
White with #C0A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A843; }
p { color: rgb(192,168,67); }
H1.HeaderClassName
{
color: #C0A843;
}
.AnyTagClassName
{
color: #C0A843;
}
</style>
background-color css
<style>
a { background-color: #C0A843; }
a { background-color: rgb(192,168,67); }
div.DivClassName
{
background-color: #C0A843;
}
.BgClassName
{
background-color: #C0A843;
}
</style>
border-color css
<style>
span { border-color: #C0A843; }
span { border-color: rgb(192,168,67); }
td.TdClassName
{
border-color: #C0A843;
}
.TagClassName
{
border-color: #C0A843;
}
</style>