Shades of Sundance #C7A13D
Tints of Sundance #C7A13D
RGB
CMYK
RGB Variations
Color information
#C7A13D (or 0xC7A13D) is known color: Sundance. HEX triplet: C7, A1 and 3D. RGB value is (199,161,61). Sum of RGB (Red+Green+Blue) = 199+161+61=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A13D is #385EC2. Grayscale: #A1A1A1. Windows color (decimal): -3694275 or 4039111. OLE color: 4039111.
HSL color Cylindrical-coordinate representation of color #C7A13D: hue angle of 43.48º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7A13D is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 61 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.22 |
| HSL | 43.48º | 0.55% | 0.51% | - |
| HSV(B) | 43.48º | 0.69% | 0.78% | - |
| XYZ | 37.14 | 37.97 | 9.79 | - |
| YUV | 160.96 | 71.59 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 61 | 0 | 0.19 | 0.69 | 0.22 | 43.48 | 0.55 | 0.51 |
| Hex | C7 | A1 | 3D | 0 | 13 | 45 | 16 | 2B | 37 | 33 |
| Octal | 307 | 241 | 75 | 0 | 23 | 105 | 26 | 53 | 67 | 63 |
| Binary | 11000111 | 10100001 | 111101 | 0 | 10011 | 1000101 | 10110 | 101011 | 110111 | 110011 |
Color Harmonies of #C7A13D
Complementary color
Monochromatic Colors of #C7A13D
Black with #C7A13D
Text Example
Text Example
White with #C7A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A13D; }
p { color: rgb(199,161,61); }
H1.HeaderClassName
{
color: #C7A13D;
}
.AnyTagClassName
{
color: #C7A13D;
}
</style>
background-color css
<style>
a { background-color: #C7A13D; }
a { background-color: rgb(199,161,61); }
div.DivClassName
{
background-color: #C7A13D;
}
.BgClassName
{
background-color: #C7A13D;
}
</style>
border-color css
<style>
span { border-color: #C7A13D; }
span { border-color: rgb(199,161,61); }
td.TdClassName
{
border-color: #C7A13D;
}
.TagClassName
{
border-color: #C7A13D;
}
</style>