Shades of Sundance #C3A842
Tints of Sundance #C3A842
RGB
CMYK
RGB Variations
Color information
#C3A842 (or 0xC3A842) is known color: Sundance. HEX triplet: C3, A8 and 42. RGB value is (195,168,66). Sum of RGB (Red+Green+Blue) = 195+168+66=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A842 is #3C57BD. Grayscale: #A4A4A4. Windows color (decimal): -3954622 or 4368579. OLE color: 4368579.
HSL color Cylindrical-coordinate representation of color #C3A842: hue angle of 47.44º 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 #C3A842 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 66 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.24 |
| HSL | 47.44º | 0.52% | 0.51% | - |
| HSV(B) | 47.44º | 0.66% | 0.76% | - |
| XYZ | 37.49 | 40 | 10.9 | - |
| YUV | 164.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 66 | 0 | 0.14 | 0.66 | 0.24 | 47.44 | 0.52 | 0.51 |
| Hex | C3 | A8 | 42 | 0 | E | 42 | 18 | 2F | 34 | 33 |
| Octal | 303 | 250 | 102 | 0 | 16 | 102 | 30 | 57 | 64 | 63 |
| Binary | 11000011 | 10101000 | 1000010 | 0 | 1110 | 1000010 | 11000 | 101111 | 110100 | 110011 |
Color Harmonies of #C3A842
Complementary color
Monochromatic Colors of #C3A842
Black with #C3A842
Text Example
Text Example
White with #C3A842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A842; }
p { color: rgb(195,168,66); }
H1.HeaderClassName
{
color: #C3A842;
}
.AnyTagClassName
{
color: #C3A842;
}
</style>
background-color css
<style>
a { background-color: #C3A842; }
a { background-color: rgb(195,168,66); }
div.DivClassName
{
background-color: #C3A842;
}
.BgClassName
{
background-color: #C3A842;
}
</style>
border-color css
<style>
span { border-color: #C3A842; }
span { border-color: rgb(195,168,66); }
td.TdClassName
{
border-color: #C3A842;
}
.TagClassName
{
border-color: #C3A842;
}
</style>