Shades of Sundance #C5A841
Tints of Sundance #C5A841
RGB
CMYK
RGB Variations
Color information
#C5A841 (or 0xC5A841) is known color: Sundance. HEX triplet: C5, A8 and 41. RGB value is (197,168,65). Sum of RGB (Red+Green+Blue) = 197+168+65=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A841 is #3A57BE. Grayscale: #A5A5A5. Windows color (decimal): -3823551 or 4303045. OLE color: 4303045.
HSL color Cylindrical-coordinate representation of color #C5A841: hue angle of 46.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5A841 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 65 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.23 |
| HSL | 46.82º | 0.53% | 0.51% | - |
| HSV(B) | 46.82º | 0.67% | 0.77% | - |
| XYZ | 37.98 | 40.26 | 10.77 | - |
| YUV | 164.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 65 | 0 | 0.15 | 0.67 | 0.23 | 46.82 | 0.53 | 0.51 |
| Hex | C5 | A8 | 41 | 0 | F | 43 | 17 | 2F | 35 | 33 |
| Octal | 305 | 250 | 101 | 0 | 17 | 103 | 27 | 57 | 65 | 63 |
| Binary | 11000101 | 10101000 | 1000001 | 0 | 1111 | 1000011 | 10111 | 101111 | 110101 | 110011 |
Color Harmonies of #C5A841
Complementary color
Monochromatic Colors of #C5A841
Black with #C5A841
Text Example
Text Example
White with #C5A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A841; }
p { color: rgb(197,168,65); }
H1.HeaderClassName
{
color: #C5A841;
}
.AnyTagClassName
{
color: #C5A841;
}
</style>
background-color css
<style>
a { background-color: #C5A841; }
a { background-color: rgb(197,168,65); }
div.DivClassName
{
background-color: #C5A841;
}
.BgClassName
{
background-color: #C5A841;
}
</style>
border-color css
<style>
span { border-color: #C5A841; }
span { border-color: rgb(197,168,65); }
td.TdClassName
{
border-color: #C5A841;
}
.TagClassName
{
border-color: #C5A841;
}
</style>