Shades of Sundance #C7A143
Tints of Sundance #C7A143
RGB
CMYK
RGB Variations
Color information
#C7A143 (or 0xC7A143) is known color: Sundance. HEX triplet: C7, A1 and 43. RGB value is (199,161,67). Sum of RGB (Red+Green+Blue) = 199+161+67=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A143 is #385EBC. Grayscale: #A2A2A2. Windows color (decimal): -3694269 or 4432327. OLE color: 4432327.
HSL color Cylindrical-coordinate representation of color #C7A143: hue angle of 42.73º 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 #C7A143 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 67 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.22 |
| HSL | 42.73º | 0.54% | 0.52% | - |
| HSV(B) | 42.73º | 0.66% | 0.78% | - |
| XYZ | 37.31 | 38.04 | 10.69 | - |
| YUV | 161.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 67 | 0 | 0.19 | 0.66 | 0.22 | 42.73 | 0.54 | 0.52 |
| Hex | C7 | A1 | 43 | 0 | 13 | 42 | 16 | 2B | 36 | 34 |
| Octal | 307 | 241 | 103 | 0 | 23 | 102 | 26 | 53 | 66 | 64 |
| Binary | 11000111 | 10100001 | 1000011 | 0 | 10011 | 1000010 | 10110 | 101011 | 110110 | 110100 |
Color Harmonies of #C7A143
Complementary color
Monochromatic Colors of #C7A143
Black with #C7A143
Text Example
Text Example
White with #C7A143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A143; }
p { color: rgb(199,161,67); }
H1.HeaderClassName
{
color: #C7A143;
}
.AnyTagClassName
{
color: #C7A143;
}
</style>
background-color css
<style>
a { background-color: #C7A143; }
a { background-color: rgb(199,161,67); }
div.DivClassName
{
background-color: #C7A143;
}
.BgClassName
{
background-color: #C7A143;
}
</style>
border-color css
<style>
span { border-color: #C7A143; }
span { border-color: rgb(199,161,67); }
td.TdClassName
{
border-color: #C7A143;
}
.TagClassName
{
border-color: #C7A143;
}
</style>