Shades of Sundance #C3A641
Tints of Sundance #C3A641
RGB
CMYK
RGB Variations
Color information
#C3A641 (or 0xC3A641) is known color: Sundance. HEX triplet: C3, A6 and 41. RGB value is (195,166,65). Sum of RGB (Red+Green+Blue) = 195+166+65=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A641 is #3C59BE. Grayscale: #A3A3A3. Windows color (decimal): -3955135 or 4302531. OLE color: 4302531.
HSL color Cylindrical-coordinate representation of color #C3A641: hue angle of 46.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3A641 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 65 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.24 |
| HSL | 46.62º | 0.52% | 0.51% | - |
| HSV(B) | 46.62º | 0.67% | 0.76% | - |
| XYZ | 37.1 | 39.26 | 10.62 | - |
| YUV | 163.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 65 | 0 | 0.15 | 0.67 | 0.24 | 46.62 | 0.52 | 0.51 |
| Hex | C3 | A6 | 41 | 0 | F | 43 | 18 | 2F | 34 | 33 |
| Octal | 303 | 246 | 101 | 0 | 17 | 103 | 30 | 57 | 64 | 63 |
| Binary | 11000011 | 10100110 | 1000001 | 0 | 1111 | 1000011 | 11000 | 101111 | 110100 | 110011 |
Color Harmonies of #C3A641
Complementary color
Monochromatic Colors of #C3A641
Black with #C3A641
Text Example
Text Example
White with #C3A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A641; }
p { color: rgb(195,166,65); }
H1.HeaderClassName
{
color: #C3A641;
}
.AnyTagClassName
{
color: #C3A641;
}
</style>
background-color css
<style>
a { background-color: #C3A641; }
a { background-color: rgb(195,166,65); }
div.DivClassName
{
background-color: #C3A641;
}
.BgClassName
{
background-color: #C3A641;
}
</style>
border-color css
<style>
span { border-color: #C3A641; }
span { border-color: rgb(195,166,65); }
td.TdClassName
{
border-color: #C3A641;
}
.TagClassName
{
border-color: #C3A641;
}
</style>