Shades of Sundance #C3A645
Tints of Sundance #C3A645
RGB
CMYK
RGB Variations
Color information
#C3A645 (or 0xC3A645) is known color: Sundance. HEX triplet: C3, A6 and 45. RGB value is (195,166,69). Sum of RGB (Red+Green+Blue) = 195+166+69=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A645 is #3C59BA. Grayscale: #A4A4A4. Windows color (decimal): -3955131 or 4564675. OLE color: 4564675.
HSL color Cylindrical-coordinate representation of color #C3A645: hue angle of 46.19º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3A645 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 69 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.24 |
| HSL | 46.19º | 0.51% | 0.52% | - |
| HSV(B) | 46.19º | 0.65% | 0.76% | - |
| XYZ | 37.22 | 39.3 | 11.26 | - |
| YUV | 163.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 69 | 0 | 0.15 | 0.65 | 0.24 | 46.19 | 0.51 | 0.52 |
| Hex | C3 | A6 | 45 | 0 | F | 41 | 18 | 2E | 33 | 34 |
| Octal | 303 | 246 | 105 | 0 | 17 | 101 | 30 | 56 | 63 | 64 |
| Binary | 11000011 | 10100110 | 1000101 | 0 | 1111 | 1000001 | 11000 | 101110 | 110011 | 110100 |
Color Harmonies of #C3A645
Complementary color
Monochromatic Colors of #C3A645
Black with #C3A645
Text Example
Text Example
White with #C3A645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A645; }
p { color: rgb(195,166,69); }
H1.HeaderClassName
{
color: #C3A645;
}
.AnyTagClassName
{
color: #C3A645;
}
</style>
background-color css
<style>
a { background-color: #C3A645; }
a { background-color: rgb(195,166,69); }
div.DivClassName
{
background-color: #C3A645;
}
.BgClassName
{
background-color: #C3A645;
}
</style>
border-color css
<style>
span { border-color: #C3A645; }
span { border-color: rgb(195,166,69); }
td.TdClassName
{
border-color: #C3A645;
}
.TagClassName
{
border-color: #C3A645;
}
</style>