Shades of Sundance #C5B451
Tints of Sundance #C5B451
RGB
CMYK
RGB Variations
Color information
#C5B451 (or 0xC5B451) is known color: Sundance. HEX triplet: C5, B4 and 51. RGB value is (197,180,81). Sum of RGB (Red+Green+Blue) = 197+180+81=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B451 is #3A4BAE. Grayscale: #AEAEAE. Windows color (decimal): -3820463 or 5354693. OLE color: 5354693.
HSL color Cylindrical-coordinate representation of color #C5B451: hue angle of 51.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5B451 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 81 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.23 |
| HSL | 51.21º | 0.5% | 0.55% | - |
| HSV(B) | 51.21º | 0.59% | 0.77% | - |
| XYZ | 40.83 | 45.11 | 14.34 | - |
| YUV | 173.8 | 75.63 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 81 | 0 | 0.09 | 0.59 | 0.23 | 51.21 | 0.5 | 0.55 |
| Hex | C5 | B4 | 51 | 0 | 9 | 3B | 17 | 33 | 32 | 37 |
| Octal | 305 | 264 | 121 | 0 | 11 | 73 | 27 | 63 | 62 | 67 |
| Binary | 11000101 | 10110100 | 1010001 | 0 | 1001 | 111011 | 10111 | 110011 | 110010 | 110111 |
Color Harmonies of #C5B451
Complementary color
Monochromatic Colors of #C5B451
Black with #C5B451
Text Example
Text Example
White with #C5B451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B451; }
p { color: rgb(197,180,81); }
H1.HeaderClassName
{
color: #C5B451;
}
.AnyTagClassName
{
color: #C5B451;
}
</style>
background-color css
<style>
a { background-color: #C5B451; }
a { background-color: rgb(197,180,81); }
div.DivClassName
{
background-color: #C5B451;
}
.BgClassName
{
background-color: #C5B451;
}
</style>
border-color css
<style>
span { border-color: #C5B451; }
span { border-color: rgb(197,180,81); }
td.TdClassName
{
border-color: #C5B451;
}
.TagClassName
{
border-color: #C5B451;
}
</style>