Shades of Sundance #C3A942
Tints of Sundance #C3A942
RGB
CMYK
RGB Variations
Color information
#C3A942 (or 0xC3A942) is known color: Sundance. HEX triplet: C3, A9 and 42. RGB value is (195,169,66). Sum of RGB (Red+Green+Blue) = 195+169+66=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A942 is #3C56BD. Grayscale: #A5A5A5. Windows color (decimal): -3954366 or 4368835. OLE color: 4368835.
HSL color Cylindrical-coordinate representation of color #C3A942: hue angle of 47.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3A942 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 66 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.24 |
| HSL | 47.91º | 0.52% | 0.51% | - |
| HSV(B) | 47.91º | 0.66% | 0.76% | - |
| XYZ | 37.68 | 40.37 | 10.96 | - |
| YUV | 165.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 66 | 0 | 0.13 | 0.66 | 0.24 | 47.91 | 0.52 | 0.51 |
| Hex | C3 | A9 | 42 | 0 | D | 42 | 18 | 30 | 34 | 33 |
| Octal | 303 | 251 | 102 | 0 | 15 | 102 | 30 | 60 | 64 | 63 |
| Binary | 11000011 | 10101001 | 1000010 | 0 | 1101 | 1000010 | 11000 | 110000 | 110100 | 110011 |
Color Harmonies of #C3A942
Complementary color
Monochromatic Colors of #C3A942
Black with #C3A942
Text Example
Text Example
White with #C3A942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A942; }
p { color: rgb(195,169,66); }
H1.HeaderClassName
{
color: #C3A942;
}
.AnyTagClassName
{
color: #C3A942;
}
</style>
background-color css
<style>
a { background-color: #C3A942; }
a { background-color: rgb(195,169,66); }
div.DivClassName
{
background-color: #C3A942;
}
.BgClassName
{
background-color: #C3A942;
}
</style>
border-color css
<style>
span { border-color: #C3A942; }
span { border-color: rgb(195,169,66); }
td.TdClassName
{
border-color: #C3A942;
}
.TagClassName
{
border-color: #C3A942;
}
</style>