Shades of Sundance #C4B045
Tints of Sundance #C4B045
RGB
CMYK
RGB Variations
Color information
#C4B045 (or 0xC4B045) is known color: Sundance. HEX triplet: C4, B0 and 45. RGB value is (196,176,69). Sum of RGB (Red+Green+Blue) = 196+176+69=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B045 is #3B4FBA. Grayscale: #AAAAAA. Windows color (decimal): -3887035 or 4567236. OLE color: 4567236.
HSL color Cylindrical-coordinate representation of color #C4B045: hue angle of 50.55º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4B045 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 69 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.23 |
| HSL | 50.55º | 0.52% | 0.52% | - |
| HSV(B) | 50.55º | 0.65% | 0.77% | - |
| XYZ | 39.36 | 43.22 | 11.9 | - |
| YUV | 169.78 | 71.13 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 69 | 0 | 0.10 | 0.65 | 0.23 | 50.55 | 0.52 | 0.52 |
| Hex | C4 | B0 | 45 | 0 | A | 41 | 17 | 33 | 34 | 34 |
| Octal | 304 | 260 | 105 | 0 | 12 | 101 | 27 | 63 | 64 | 64 |
| Binary | 11000100 | 10110000 | 1000101 | 0 | 1010 | 1000001 | 10111 | 110011 | 110100 | 110100 |
Color Harmonies of #C4B045
Complementary color
Monochromatic Colors of #C4B045
Black with #C4B045
Text Example
Text Example
White with #C4B045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B045; }
p { color: rgb(196,176,69); }
H1.HeaderClassName
{
color: #C4B045;
}
.AnyTagClassName
{
color: #C4B045;
}
</style>
background-color css
<style>
a { background-color: #C4B045; }
a { background-color: rgb(196,176,69); }
div.DivClassName
{
background-color: #C4B045;
}
.BgClassName
{
background-color: #C4B045;
}
</style>
border-color css
<style>
span { border-color: #C4B045; }
span { border-color: rgb(196,176,69); }
td.TdClassName
{
border-color: #C4B045;
}
.TagClassName
{
border-color: #C4B045;
}
</style>