Shades of Sundance #C4A641
Tints of Sundance #C4A641
RGB
CMYK
RGB Variations
Color information
#C4A641 (or 0xC4A641) is known color: Sundance. HEX triplet: C4, A6 and 41. RGB value is (196,166,65). Sum of RGB (Red+Green+Blue) = 196+166+65=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A641 is #3B59BE. Grayscale: #A3A3A3. Windows color (decimal): -3889599 or 4302532. OLE color: 4302532.
HSL color Cylindrical-coordinate representation of color #C4A641: hue angle of 46.26º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4A641 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 65 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.23 |
| HSL | 46.26º | 0.53% | 0.51% | - |
| HSV(B) | 46.26º | 0.67% | 0.77% | - |
| XYZ | 37.36 | 39.39 | 10.64 | - |
| YUV | 163.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 65 | 0 | 0.15 | 0.67 | 0.23 | 46.26 | 0.53 | 0.51 |
| Hex | C4 | A6 | 41 | 0 | F | 43 | 17 | 2E | 35 | 33 |
| Octal | 304 | 246 | 101 | 0 | 17 | 103 | 27 | 56 | 65 | 63 |
| Binary | 11000100 | 10100110 | 1000001 | 0 | 1111 | 1000011 | 10111 | 101110 | 110101 | 110011 |
Color Harmonies of #C4A641
Complementary color
Monochromatic Colors of #C4A641
Black with #C4A641
Text Example
Text Example
White with #C4A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A641; }
p { color: rgb(196,166,65); }
H1.HeaderClassName
{
color: #C4A641;
}
.AnyTagClassName
{
color: #C4A641;
}
</style>
background-color css
<style>
a { background-color: #C4A641; }
a { background-color: rgb(196,166,65); }
div.DivClassName
{
background-color: #C4A641;
}
.BgClassName
{
background-color: #C4A641;
}
</style>
border-color css
<style>
span { border-color: #C4A641; }
span { border-color: rgb(196,166,65); }
td.TdClassName
{
border-color: #C4A641;
}
.TagClassName
{
border-color: #C4A641;
}
</style>