Shades of Sundance #C3A848
Tints of Sundance #C3A848
RGB
CMYK
RGB Variations
Color information
#C3A848 (or 0xC3A848) is known color: Sundance. HEX triplet: C3, A8 and 48. RGB value is (195,168,72). Sum of RGB (Red+Green+Blue) = 195+168+72=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A848 is #3C57B7. Grayscale: #A5A5A5. Windows color (decimal): -3954616 or 4761795. OLE color: 4761795.
HSL color Cylindrical-coordinate representation of color #C3A848: hue angle of 46.83º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3A848 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 72 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.24 |
| HSL | 46.83º | 0.51% | 0.52% | - |
| HSV(B) | 46.83º | 0.63% | 0.76% | - |
| XYZ | 37.68 | 40.08 | 11.88 | - |
| YUV | 165.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 72 | 0 | 0.14 | 0.63 | 0.24 | 46.83 | 0.51 | 0.52 |
| Hex | C3 | A8 | 48 | 0 | E | 3F | 18 | 2F | 33 | 34 |
| Octal | 303 | 250 | 110 | 0 | 16 | 77 | 30 | 57 | 63 | 64 |
| Binary | 11000011 | 10101000 | 1001000 | 0 | 1110 | 111111 | 11000 | 101111 | 110011 | 110100 |
Color Harmonies of #C3A848
Complementary color
Monochromatic Colors of #C3A848
Black with #C3A848
Text Example
Text Example
White with #C3A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A848; }
p { color: rgb(195,168,72); }
H1.HeaderClassName
{
color: #C3A848;
}
.AnyTagClassName
{
color: #C3A848;
}
</style>
background-color css
<style>
a { background-color: #C3A848; }
a { background-color: rgb(195,168,72); }
div.DivClassName
{
background-color: #C3A848;
}
.BgClassName
{
background-color: #C3A848;
}
</style>
border-color css
<style>
span { border-color: #C3A848; }
span { border-color: rgb(195,168,72); }
td.TdClassName
{
border-color: #C3A848;
}
.TagClassName
{
border-color: #C3A848;
}
</style>