Shades of Sundance #C4A148
Tints of Sundance #C4A148
RGB
CMYK
RGB Variations
Color information
#C4A148 (or 0xC4A148) is known color: Sundance. HEX triplet: C4, A1 and 48. RGB value is (196,161,72). Sum of RGB (Red+Green+Blue) = 196+161+72=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A148 is #3B5EB7. Grayscale: #A1A1A1. Windows color (decimal): -3890872 or 4760004. OLE color: 4760004.
HSL color Cylindrical-coordinate representation of color #C4A148: hue angle of 43.06º degrees, saturation: 0.51, 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 #C4A148 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 72 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.23 |
| HSL | 43.06º | 0.51% | 0.53% | - |
| HSV(B) | 43.06º | 0.63% | 0.77% | - |
| XYZ | 36.68 | 37.69 | 11.47 | - |
| YUV | 161.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 72 | 0 | 0.18 | 0.63 | 0.23 | 43.06 | 0.51 | 0.53 |
| Hex | C4 | A1 | 48 | 0 | 12 | 3F | 17 | 2B | 33 | 35 |
| Octal | 304 | 241 | 110 | 0 | 22 | 77 | 27 | 53 | 63 | 65 |
| Binary | 11000100 | 10100001 | 1001000 | 0 | 10010 | 111111 | 10111 | 101011 | 110011 | 110101 |
Color Harmonies of #C4A148
Complementary color
Monochromatic Colors of #C4A148
Black with #C4A148
Text Example
Text Example
White with #C4A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A148; }
p { color: rgb(196,161,72); }
H1.HeaderClassName
{
color: #C4A148;
}
.AnyTagClassName
{
color: #C4A148;
}
</style>
background-color css
<style>
a { background-color: #C4A148; }
a { background-color: rgb(196,161,72); }
div.DivClassName
{
background-color: #C4A148;
}
.BgClassName
{
background-color: #C4A148;
}
</style>
border-color css
<style>
span { border-color: #C4A148; }
span { border-color: rgb(196,161,72); }
td.TdClassName
{
border-color: #C4A148;
}
.TagClassName
{
border-color: #C4A148;
}
</style>