Shades of Sundance #C4A14B
Tints of Sundance #C4A14B
RGB
CMYK
RGB Variations
Color information
#C4A14B (or 0xC4A14B) is known color: Sundance. HEX triplet: C4, A1 and 4B. RGB value is (196,161,75). Sum of RGB (Red+Green+Blue) = 196+161+75=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A14B is #3B5EB4. Grayscale: #A2A2A2. Windows color (decimal): -3890869 or 4956612. OLE color: 4956612.
HSL color Cylindrical-coordinate representation of color #C4A14B: hue angle of 42.64º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4A14B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 75 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.23 |
| HSL | 42.64º | 0.51% | 0.53% | - |
| HSV(B) | 42.64º | 0.62% | 0.77% | - |
| XYZ | 36.78 | 37.73 | 12 | - |
| YUV | 161.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 75 | 0 | 0.18 | 0.62 | 0.23 | 42.64 | 0.51 | 0.53 |
| Hex | C4 | A1 | 4B | 0 | 12 | 3E | 17 | 2B | 33 | 35 |
| Octal | 304 | 241 | 113 | 0 | 22 | 76 | 27 | 53 | 63 | 65 |
| Binary | 11000100 | 10100001 | 1001011 | 0 | 10010 | 111110 | 10111 | 101011 | 110011 | 110101 |
Color Harmonies of #C4A14B
Complementary color
Monochromatic Colors of #C4A14B
Black with #C4A14B
Text Example
Text Example
White with #C4A14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A14B; }
p { color: rgb(196,161,75); }
H1.HeaderClassName
{
color: #C4A14B;
}
.AnyTagClassName
{
color: #C4A14B;
}
</style>
background-color css
<style>
a { background-color: #C4A14B; }
a { background-color: rgb(196,161,75); }
div.DivClassName
{
background-color: #C4A14B;
}
.BgClassName
{
background-color: #C4A14B;
}
</style>
border-color css
<style>
span { border-color: #C4A14B; }
span { border-color: rgb(196,161,75); }
td.TdClassName
{
border-color: #C4A14B;
}
.TagClassName
{
border-color: #C4A14B;
}
</style>