Shades of Sundance #C3A850
Tints of Sundance #C3A850
RGB
CMYK
RGB Variations
Color information
#C3A850 (or 0xC3A850) is known color: Sundance. HEX triplet: C3, A8 and 50. RGB value is (195,168,80). Sum of RGB (Red+Green+Blue) = 195+168+80=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A850 is #3C57AF. Grayscale: #A6A6A6. Windows color (decimal): -3954608 or 5286083. OLE color: 5286083.
HSL color Cylindrical-coordinate representation of color #C3A850: hue angle of 45.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3A850 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 80 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.24 |
| HSL | 45.91º | 0.49% | 0.54% | - |
| HSV(B) | 45.91º | 0.59% | 0.76% | - |
| XYZ | 37.96 | 40.19 | 13.35 | - |
| YUV | 166.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 80 | 0 | 0.14 | 0.59 | 0.24 | 45.91 | 0.49 | 0.54 |
| Hex | C3 | A8 | 50 | 0 | E | 3B | 18 | 2E | 31 | 36 |
| Octal | 303 | 250 | 120 | 0 | 16 | 73 | 30 | 56 | 61 | 66 |
| Binary | 11000011 | 10101000 | 1010000 | 0 | 1110 | 111011 | 11000 | 101110 | 110001 | 110110 |
Color Harmonies of #C3A850
Complementary color
Monochromatic Colors of #C3A850
Black with #C3A850
Text Example
Text Example
White with #C3A850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A850; }
p { color: rgb(195,168,80); }
H1.HeaderClassName
{
color: #C3A850;
}
.AnyTagClassName
{
color: #C3A850;
}
</style>
background-color css
<style>
a { background-color: #C3A850; }
a { background-color: rgb(195,168,80); }
div.DivClassName
{
background-color: #C3A850;
}
.BgClassName
{
background-color: #C3A850;
}
</style>
border-color css
<style>
span { border-color: #C3A850; }
span { border-color: rgb(195,168,80); }
td.TdClassName
{
border-color: #C3A850;
}
.TagClassName
{
border-color: #C3A850;
}
</style>