Shades of Sundance #C5B149
Tints of Sundance #C5B149
RGB
CMYK
RGB Variations
Color information
#C5B149 (or 0xC5B149) is known color: Sundance. HEX triplet: C5, B1 and 49. RGB value is (197,177,73). Sum of RGB (Red+Green+Blue) = 197+177+73=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B149 is #3A4EB6. Grayscale: #ABABAB. Windows color (decimal): -3821239 or 4829637. OLE color: 4829637.
HSL color Cylindrical-coordinate representation of color #C5B149: hue angle of 50.32º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5B149 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 73 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.23 |
| HSL | 50.32º | 0.52% | 0.53% | - |
| HSV(B) | 50.32º | 0.63% | 0.77% | - |
| XYZ | 39.95 | 43.8 | 12.65 | - |
| YUV | 171.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 73 | 0 | 0.10 | 0.63 | 0.23 | 50.32 | 0.52 | 0.53 |
| Hex | C5 | B1 | 49 | 0 | A | 3F | 17 | 32 | 34 | 35 |
| Octal | 305 | 261 | 111 | 0 | 12 | 77 | 27 | 62 | 64 | 65 |
| Binary | 11000101 | 10110001 | 1001001 | 0 | 1010 | 111111 | 10111 | 110010 | 110100 | 110101 |
Color Harmonies of #C5B149
Complementary color
Monochromatic Colors of #C5B149
Black with #C5B149
Text Example
Text Example
White with #C5B149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B149; }
p { color: rgb(197,177,73); }
H1.HeaderClassName
{
color: #C5B149;
}
.AnyTagClassName
{
color: #C5B149;
}
</style>
background-color css
<style>
a { background-color: #C5B149; }
a { background-color: rgb(197,177,73); }
div.DivClassName
{
background-color: #C5B149;
}
.BgClassName
{
background-color: #C5B149;
}
</style>
border-color css
<style>
span { border-color: #C5B149; }
span { border-color: rgb(197,177,73); }
td.TdClassName
{
border-color: #C5B149;
}
.TagClassName
{
border-color: #C5B149;
}
</style>