Shades of Sundance #C0AB49
Tints of Sundance #C0AB49
RGB
CMYK
RGB Variations
Color information
#C0AB49 (or 0xC0AB49) is known color: Sundance. HEX triplet: C0, AB and 49. RGB value is (192,171,73). Sum of RGB (Red+Green+Blue) = 192+171+73=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AB49 is #3F54B6. Grayscale: #A6A6A6. Windows color (decimal): -4150455 or 4828096. OLE color: 4828096.
HSL color Cylindrical-coordinate representation of color #C0AB49: hue angle of 49.41º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0AB49 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 73 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.25 |
| HSL | 49.41º | 0.49% | 0.52% | - |
| HSV(B) | 49.41º | 0.62% | 0.75% | - |
| XYZ | 37.5 | 40.81 | 12.2 | - |
| YUV | 166.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 73 | 0 | 0.11 | 0.62 | 0.25 | 49.41 | 0.49 | 0.52 |
| Hex | C0 | AB | 49 | 0 | B | 3E | 19 | 31 | 31 | 34 |
| Octal | 300 | 253 | 111 | 0 | 13 | 76 | 31 | 61 | 61 | 64 |
| Binary | 11000000 | 10101011 | 1001001 | 0 | 1011 | 111110 | 11001 | 110001 | 110001 | 110100 |
Color Harmonies of #C0AB49
Complementary color
Monochromatic Colors of #C0AB49
Black with #C0AB49
Text Example
Text Example
White with #C0AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB49; }
p { color: rgb(192,171,73); }
H1.HeaderClassName
{
color: #C0AB49;
}
.AnyTagClassName
{
color: #C0AB49;
}
</style>
background-color css
<style>
a { background-color: #C0AB49; }
a { background-color: rgb(192,171,73); }
div.DivClassName
{
background-color: #C0AB49;
}
.BgClassName
{
background-color: #C0AB49;
}
</style>
border-color css
<style>
span { border-color: #C0AB49; }
span { border-color: rgb(192,171,73); }
td.TdClassName
{
border-color: #C0AB49;
}
.TagClassName
{
border-color: #C0AB49;
}
</style>