Shades of Sundance #C0AD45
Tints of Sundance #C0AD45
RGB
CMYK
RGB Variations
Color information
#C0AD45 (or 0xC0AD45) is known color: Sundance. HEX triplet: C0, AD and 45. RGB value is (192,173,69). Sum of RGB (Red+Green+Blue) = 192+173+69=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD45 is #3F52BA. Grayscale: #A7A7A7. Windows color (decimal): -4149947 or 4566464. OLE color: 4566464.
HSL color Cylindrical-coordinate representation of color #C0AD45: hue angle of 50.73º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0AD45 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 173 | 69 | - |
CMYK | 0 | 0.10 | 0.64 | 0.25 |
HSL | 50.73º | 0.49% | 0.51% | - |
HSV(B) | 50.73º | 0.64% | 0.75% | - |
XYZ | 37.76 | 41.52 | 11.66 | - |
YUV | 166.83 | 72.79 | 145.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 173 | 69 | 0 | 0.10 | 0.64 | 0.25 | 50.73 | 0.49 | 0.51 |
Hex | C0 | AD | 45 | 0 | A | 40 | 19 | 33 | 31 | 33 |
Octal | 300 | 255 | 105 | 0 | 12 | 100 | 31 | 63 | 61 | 63 |
Binary | 11000000 | 10101101 | 1000101 | 0 | 1010 | 1000000 | 11001 | 110011 | 110001 | 110011 |
Color Harmonies of #C0AD45
Complementary color
Monochromatic Colors of #C0AD45
Black with #C0AD45
Text Example
Text Example
White with #C0AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD45; }
p { color: rgb(192,173,69); }
H1.HeaderClassName
{
color: #C0AD45;
}
.AnyTagClassName
{
color: #C0AD45;
}
</style>
background-color css
<style>
a { background-color: #C0AD45; }
a { background-color: rgb(192,173,69); }
div.DivClassName
{
background-color: #C0AD45;
}
.BgClassName
{
background-color: #C0AD45;
}
</style>
border-color css
<style>
span { border-color: #C0AD45; }
span { border-color: rgb(192,173,69); }
td.TdClassName
{
border-color: #C0AD45;
}
.TagClassName
{
border-color: #C0AD45;
}
</style>