Shades of Sundance #C7A34B
Tints of Sundance #C7A34B
RGB
CMYK
RGB Variations
Color information
#C7A34B (or 0xC7A34B) is known color: Sundance. HEX triplet: C7, A3 and 4B. RGB value is (199,163,75). Sum of RGB (Red+Green+Blue) = 199+163+75=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A34B is #385CB4. Grayscale: #A4A4A4. Windows color (decimal): -3693749 or 4957127. OLE color: 4957127.
HSL color Cylindrical-coordinate representation of color #C7A34B: hue angle of 42.58º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7A34B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 75 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.22 |
| HSL | 42.58º | 0.53% | 0.54% | - |
| HSV(B) | 42.58º | 0.62% | 0.78% | - |
| XYZ | 37.92 | 38.84 | 12.16 | - |
| YUV | 163.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 75 | 0 | 0.18 | 0.62 | 0.22 | 42.58 | 0.53 | 0.54 |
| Hex | C7 | A3 | 4B | 0 | 12 | 3E | 16 | 2B | 35 | 36 |
| Octal | 307 | 243 | 113 | 0 | 22 | 76 | 26 | 53 | 65 | 66 |
| Binary | 11000111 | 10100011 | 1001011 | 0 | 10010 | 111110 | 10110 | 101011 | 110101 | 110110 |
Color Harmonies of #C7A34B
Complementary color
Monochromatic Colors of #C7A34B
Black with #C7A34B
Text Example
Text Example
White with #C7A34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A34B; }
p { color: rgb(199,163,75); }
H1.HeaderClassName
{
color: #C7A34B;
}
.AnyTagClassName
{
color: #C7A34B;
}
</style>
background-color css
<style>
a { background-color: #C7A34B; }
a { background-color: rgb(199,163,75); }
div.DivClassName
{
background-color: #C7A34B;
}
.BgClassName
{
background-color: #C7A34B;
}
</style>
border-color css
<style>
span { border-color: #C7A34B; }
span { border-color: rgb(199,163,75); }
td.TdClassName
{
border-color: #C7A34B;
}
.TagClassName
{
border-color: #C7A34B;
}
</style>