Shades of Sundance #C4B043
Tints of Sundance #C4B043
RGB
CMYK
RGB Variations
Color information
#C4B043 (or 0xC4B043) is known color: Sundance. HEX triplet: C4, B0 and 43. RGB value is (196,176,67). Sum of RGB (Red+Green+Blue) = 196+176+67=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B043 is #3B4FBC. Grayscale: #AAAAAA. Windows color (decimal): -3887037 or 4436164. OLE color: 4436164.
HSL color Cylindrical-coordinate representation of color #C4B043: hue angle of 50.7º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4B043 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 67 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.23 |
| HSL | 50.7º | 0.52% | 0.52% | - |
| HSV(B) | 50.7º | 0.66% | 0.77% | - |
| XYZ | 39.3 | 43.19 | 11.58 | - |
| YUV | 169.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 67 | 0 | 0.10 | 0.66 | 0.23 | 50.7 | 0.52 | 0.52 |
| Hex | C4 | B0 | 43 | 0 | A | 42 | 17 | 33 | 34 | 34 |
| Octal | 304 | 260 | 103 | 0 | 12 | 102 | 27 | 63 | 64 | 64 |
| Binary | 11000100 | 10110000 | 1000011 | 0 | 1010 | 1000010 | 10111 | 110011 | 110100 | 110100 |
Color Harmonies of #C4B043
Complementary color
Monochromatic Colors of #C4B043
Black with #C4B043
Text Example
Text Example
White with #C4B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B043; }
p { color: rgb(196,176,67); }
H1.HeaderClassName
{
color: #C4B043;
}
.AnyTagClassName
{
color: #C4B043;
}
</style>
background-color css
<style>
a { background-color: #C4B043; }
a { background-color: rgb(196,176,67); }
div.DivClassName
{
background-color: #C4B043;
}
.BgClassName
{
background-color: #C4B043;
}
</style>
border-color css
<style>
span { border-color: #C4B043; }
span { border-color: rgb(196,176,67); }
td.TdClassName
{
border-color: #C4B043;
}
.TagClassName
{
border-color: #C4B043;
}
</style>