Shades of Sundance #C3A450
Tints of Sundance #C3A450
RGB
CMYK
RGB Variations
Color information
#C3A450 (or 0xC3A450) is known color: Sundance. HEX triplet: C3, A4 and 50. RGB value is (195,164,80). Sum of RGB (Red+Green+Blue) = 195+164+80=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A450 is #3C5BAF. Grayscale: #A4A4A4. Windows color (decimal): -3955632 or 5285059. OLE color: 5285059.
HSL color Cylindrical-coordinate representation of color #C3A450: hue angle of 43.83º 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 #C3A450 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 80 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.24 |
| HSL | 43.83º | 0.49% | 0.54% | - |
| HSV(B) | 43.83º | 0.59% | 0.76% | - |
| XYZ | 37.23 | 38.73 | 13.1 | - |
| YUV | 163.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 80 | 0 | 0.16 | 0.59 | 0.24 | 43.83 | 0.49 | 0.54 |
| Hex | C3 | A4 | 50 | 0 | 10 | 3B | 18 | 2C | 31 | 36 |
| Octal | 303 | 244 | 120 | 0 | 20 | 73 | 30 | 54 | 61 | 66 |
| Binary | 11000011 | 10100100 | 1010000 | 0 | 10000 | 111011 | 11000 | 101100 | 110001 | 110110 |
Color Harmonies of #C3A450
Complementary color
Monochromatic Colors of #C3A450
Black with #C3A450
Text Example
Text Example
White with #C3A450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A450; }
p { color: rgb(195,164,80); }
H1.HeaderClassName
{
color: #C3A450;
}
.AnyTagClassName
{
color: #C3A450;
}
</style>
background-color css
<style>
a { background-color: #C3A450; }
a { background-color: rgb(195,164,80); }
div.DivClassName
{
background-color: #C3A450;
}
.BgClassName
{
background-color: #C3A450;
}
</style>
border-color css
<style>
span { border-color: #C3A450; }
span { border-color: rgb(195,164,80); }
td.TdClassName
{
border-color: #C3A450;
}
.TagClassName
{
border-color: #C3A450;
}
</style>