Shades of Sundance #C6A53C
Tints of Sundance #C6A53C
RGB
CMYK
RGB Variations
Color information
#C6A53C (or 0xC6A53C) is known color: Sundance. HEX triplet: C6, A5 and 3C. RGB value is (198,165,60). Sum of RGB (Red+Green+Blue) = 198+165+60=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A53C is #395AC3. Grayscale: #A3A3A3. Windows color (decimal): -3758788 or 3974598. OLE color: 3974598.
HSL color Cylindrical-coordinate representation of color #C6A53C: hue angle of 45.65º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6A53C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 60 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.22 |
| HSL | 45.65º | 0.55% | 0.51% | - |
| HSV(B) | 45.65º | 0.7% | 0.78% | - |
| XYZ | 37.56 | 39.24 | 9.87 | - |
| YUV | 162.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 60 | 0 | 0.17 | 0.70 | 0.22 | 45.65 | 0.55 | 0.51 |
| Hex | C6 | A5 | 3C | 0 | 11 | 46 | 16 | 2E | 37 | 33 |
| Octal | 306 | 245 | 74 | 0 | 21 | 106 | 26 | 56 | 67 | 63 |
| Binary | 11000110 | 10100101 | 111100 | 0 | 10001 | 1000110 | 10110 | 101110 | 110111 | 110011 |
Color Harmonies of #C6A53C
Complementary color
Monochromatic Colors of #C6A53C
Black with #C6A53C
Text Example
Text Example
White with #C6A53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A53C; }
p { color: rgb(198,165,60); }
H1.HeaderClassName
{
color: #C6A53C;
}
.AnyTagClassName
{
color: #C6A53C;
}
</style>
background-color css
<style>
a { background-color: #C6A53C; }
a { background-color: rgb(198,165,60); }
div.DivClassName
{
background-color: #C6A53C;
}
.BgClassName
{
background-color: #C6A53C;
}
</style>
border-color css
<style>
span { border-color: #C6A53C; }
span { border-color: rgb(198,165,60); }
td.TdClassName
{
border-color: #C6A53C;
}
.TagClassName
{
border-color: #C6A53C;
}
</style>