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