Shades of Sundance #C7A54C
Tints of Sundance #C7A54C
RGB
CMYK
RGB Variations
Color information
#C7A54C (or 0xC7A54C) is known color: Sundance. HEX triplet: C7, A5 and 4C. RGB value is (199,165,76). Sum of RGB (Red+Green+Blue) = 199+165+76=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A54C is #385AB3. Grayscale: #A5A5A5. Windows color (decimal): -3693236 or 5023175. OLE color: 5023175.
HSL color Cylindrical-coordinate representation of color #C7A54C: hue angle of 43.41º degrees, saturation: 0.52, 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 #C7A54C is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 76 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.22 |
| HSL | 43.41º | 0.52% | 0.54% | - |
| HSV(B) | 43.41º | 0.62% | 0.78% | - |
| XYZ | 38.31 | 39.57 | 12.46 | - |
| YUV | 165.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 76 | 0 | 0.17 | 0.62 | 0.22 | 43.41 | 0.52 | 0.54 |
| Hex | C7 | A5 | 4C | 0 | 11 | 3E | 16 | 2B | 34 | 36 |
| Octal | 307 | 245 | 114 | 0 | 21 | 76 | 26 | 53 | 64 | 66 |
| Binary | 11000111 | 10100101 | 1001100 | 0 | 10001 | 111110 | 10110 | 101011 | 110100 | 110110 |
Color Harmonies of #C7A54C
Complementary color
Monochromatic Colors of #C7A54C
Black with #C7A54C
Text Example
Text Example
White with #C7A54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A54C; }
p { color: rgb(199,165,76); }
H1.HeaderClassName
{
color: #C7A54C;
}
.AnyTagClassName
{
color: #C7A54C;
}
</style>
background-color css
<style>
a { background-color: #C7A54C; }
a { background-color: rgb(199,165,76); }
div.DivClassName
{
background-color: #C7A54C;
}
.BgClassName
{
background-color: #C7A54C;
}
</style>
border-color css
<style>
span { border-color: #C7A54C; }
span { border-color: rgb(199,165,76); }
td.TdClassName
{
border-color: #C7A54C;
}
.TagClassName
{
border-color: #C7A54C;
}
</style>