Shades of Sundance #C1B545
Tints of Sundance #C1B545
RGB
CMYK
RGB Variations
Color information
#C1B545 (or 0xC1B545) is known color: Sundance. HEX triplet: C1, B5 and 45. RGB value is (193,181,69). Sum of RGB (Red+Green+Blue) = 193+181+69=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B545 is #3E4ABA. Grayscale: #ACACAC. Windows color (decimal): -4082363 or 4568513. OLE color: 4568513.
HSL color Cylindrical-coordinate representation of color #C1B545: hue angle of 54.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1B545 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 69 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.24 |
| HSL | 54.19º | 0.5% | 0.51% | - |
| HSV(B) | 54.19º | 0.64% | 0.76% | - |
| XYZ | 39.59 | 44.81 | 12.19 | - |
| YUV | 171.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 69 | 0 | 0.06 | 0.64 | 0.24 | 54.19 | 0.5 | 0.51 |
| Hex | C1 | B5 | 45 | 0 | 6 | 40 | 18 | 36 | 32 | 33 |
| Octal | 301 | 265 | 105 | 0 | 6 | 100 | 30 | 66 | 62 | 63 |
| Binary | 11000001 | 10110101 | 1000101 | 0 | 110 | 1000000 | 11000 | 110110 | 110010 | 110011 |
Color Harmonies of #C1B545
Complementary color
Monochromatic Colors of #C1B545
Black with #C1B545
Text Example
Text Example
White with #C1B545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B545; }
p { color: rgb(193,181,69); }
H1.HeaderClassName
{
color: #C1B545;
}
.AnyTagClassName
{
color: #C1B545;
}
</style>
background-color css
<style>
a { background-color: #C1B545; }
a { background-color: rgb(193,181,69); }
div.DivClassName
{
background-color: #C1B545;
}
.BgClassName
{
background-color: #C1B545;
}
</style>
border-color css
<style>
span { border-color: #C1B545; }
span { border-color: rgb(193,181,69); }
td.TdClassName
{
border-color: #C1B545;
}
.TagClassName
{
border-color: #C1B545;
}
</style>