Shades of Sundance #C3A146
Tints of Sundance #C3A146
RGB
CMYK
RGB Variations
Color information
#C3A146 (or 0xC3A146) is known color: Sundance. HEX triplet: C3, A1 and 46. RGB value is (195,161,70). Sum of RGB (Red+Green+Blue) = 195+161+70=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A146 is #3C5EB9. Grayscale: #A1A1A1. Windows color (decimal): -3956410 or 4628931. OLE color: 4628931.
HSL color Cylindrical-coordinate representation of color #C3A146: hue angle of 43.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3A146 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 70 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.24 |
| HSL | 43.68º | 0.51% | 0.52% | - |
| HSV(B) | 43.68º | 0.64% | 0.76% | - |
| XYZ | 36.36 | 37.53 | 11.12 | - |
| YUV | 160.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 70 | 0 | 0.17 | 0.64 | 0.24 | 43.68 | 0.51 | 0.52 |
| Hex | C3 | A1 | 46 | 0 | 11 | 40 | 18 | 2C | 33 | 34 |
| Octal | 303 | 241 | 106 | 0 | 21 | 100 | 30 | 54 | 63 | 64 |
| Binary | 11000011 | 10100001 | 1000110 | 0 | 10001 | 1000000 | 11000 | 101100 | 110011 | 110100 |
Color Harmonies of #C3A146
Complementary color
Monochromatic Colors of #C3A146
Black with #C3A146
Text Example
Text Example
White with #C3A146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A146; }
p { color: rgb(195,161,70); }
H1.HeaderClassName
{
color: #C3A146;
}
.AnyTagClassName
{
color: #C3A146;
}
</style>
background-color css
<style>
a { background-color: #C3A146; }
a { background-color: rgb(195,161,70); }
div.DivClassName
{
background-color: #C3A146;
}
.BgClassName
{
background-color: #C3A146;
}
</style>
border-color css
<style>
span { border-color: #C3A146; }
span { border-color: rgb(195,161,70); }
td.TdClassName
{
border-color: #C3A146;
}
.TagClassName
{
border-color: #C3A146;
}
</style>