Shades of Sundance #C0A455
Tints of Sundance #C0A455
RGB
CMYK
RGB Variations
Color information
#C0A455 (or 0xC0A455) is known color: Sundance. HEX triplet: C0, A4 and 55. RGB value is (192,164,85). Sum of RGB (Red+Green+Blue) = 192+164+85=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A455 is #3F5BAA. Grayscale: #A3A3A3. Windows color (decimal): -4152235 or 5612736. OLE color: 5612736.
HSL color Cylindrical-coordinate representation of color #C0A455: hue angle of 44.3º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0A455 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 85 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.25 |
| HSL | 44.3º | 0.46% | 0.54% | - |
| HSV(B) | 44.3º | 0.56% | 0.75% | - |
| XYZ | 36.65 | 38.41 | 14.08 | - |
| YUV | 163.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 85 | 0 | 0.15 | 0.56 | 0.25 | 44.3 | 0.46 | 0.54 |
| Hex | C0 | A4 | 55 | 0 | F | 38 | 19 | 2C | 2E | 36 |
| Octal | 300 | 244 | 125 | 0 | 17 | 70 | 31 | 54 | 56 | 66 |
| Binary | 11000000 | 10100100 | 1010101 | 0 | 1111 | 111000 | 11001 | 101100 | 101110 | 110110 |
Color Harmonies of #C0A455
Complementary color
Monochromatic Colors of #C0A455
Black with #C0A455
Text Example
Text Example
White with #C0A455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A455; }
p { color: rgb(192,164,85); }
H1.HeaderClassName
{
color: #C0A455;
}
.AnyTagClassName
{
color: #C0A455;
}
</style>
background-color css
<style>
a { background-color: #C0A455; }
a { background-color: rgb(192,164,85); }
div.DivClassName
{
background-color: #C0A455;
}
.BgClassName
{
background-color: #C0A455;
}
</style>
border-color css
<style>
span { border-color: #C0A455; }
span { border-color: rgb(192,164,85); }
td.TdClassName
{
border-color: #C0A455;
}
.TagClassName
{
border-color: #C0A455;
}
</style>