Shades of Sundance #C7A243
Tints of Sundance #C7A243
RGB
CMYK
RGB Variations
Color information
#C7A243 (or 0xC7A243) is known color: Sundance. HEX triplet: C7, A2 and 43. RGB value is (199,162,67). Sum of RGB (Red+Green+Blue) = 199+162+67=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A243 is #385DBC. Grayscale: #A2A2A2. Windows color (decimal): -3694013 or 4432583. OLE color: 4432583.
HSL color Cylindrical-coordinate representation of color #C7A243: hue angle of 43.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7A243 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 67 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.22 |
| HSL | 43.18º | 0.54% | 0.52% | - |
| HSV(B) | 43.18º | 0.66% | 0.78% | - |
| XYZ | 37.49 | 38.39 | 10.74 | - |
| YUV | 162.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 67 | 0 | 0.19 | 0.66 | 0.22 | 43.18 | 0.54 | 0.52 |
| Hex | C7 | A2 | 43 | 0 | 13 | 42 | 16 | 2B | 36 | 34 |
| Octal | 307 | 242 | 103 | 0 | 23 | 102 | 26 | 53 | 66 | 64 |
| Binary | 11000111 | 10100010 | 1000011 | 0 | 10011 | 1000010 | 10110 | 101011 | 110110 | 110100 |
Color Harmonies of #C7A243
Complementary color
Monochromatic Colors of #C7A243
Black with #C7A243
Text Example
Text Example
White with #C7A243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A243; }
p { color: rgb(199,162,67); }
H1.HeaderClassName
{
color: #C7A243;
}
.AnyTagClassName
{
color: #C7A243;
}
</style>
background-color css
<style>
a { background-color: #C7A243; }
a { background-color: rgb(199,162,67); }
div.DivClassName
{
background-color: #C7A243;
}
.BgClassName
{
background-color: #C7A243;
}
</style>
border-color css
<style>
span { border-color: #C7A243; }
span { border-color: rgb(199,162,67); }
td.TdClassName
{
border-color: #C7A243;
}
.TagClassName
{
border-color: #C7A243;
}
</style>