Shades of Sundance #C3A54F
Tints of Sundance #C3A54F
RGB
CMYK
RGB Variations
Color information
#C3A54F (or 0xC3A54F) is known color: Sundance. HEX triplet: C3, A5 and 4F. RGB value is (195,165,79). Sum of RGB (Red+Green+Blue) = 195+165+79=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A54F is #3C5AB0. Grayscale: #A4A4A4. Windows color (decimal): -3955377 or 5219779. OLE color: 5219779.
HSL color Cylindrical-coordinate representation of color #C3A54F: hue angle of 44.48º 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 #C3A54F is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 79 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.24 |
| HSL | 44.48º | 0.49% | 0.54% | - |
| HSV(B) | 44.48º | 0.59% | 0.76% | - |
| XYZ | 37.37 | 39.08 | 12.97 | - |
| YUV | 164.17 | 79.94 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 79 | 0 | 0.15 | 0.59 | 0.24 | 44.48 | 0.49 | 0.54 |
| Hex | C3 | A5 | 4F | 0 | F | 3B | 18 | 2C | 31 | 36 |
| Octal | 303 | 245 | 117 | 0 | 17 | 73 | 30 | 54 | 61 | 66 |
| Binary | 11000011 | 10100101 | 1001111 | 0 | 1111 | 111011 | 11000 | 101100 | 110001 | 110110 |
Color Harmonies of #C3A54F
Complementary color
Monochromatic Colors of #C3A54F
Black with #C3A54F
Text Example
Text Example
White with #C3A54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A54F; }
p { color: rgb(195,165,79); }
H1.HeaderClassName
{
color: #C3A54F;
}
.AnyTagClassName
{
color: #C3A54F;
}
</style>
background-color css
<style>
a { background-color: #C3A54F; }
a { background-color: rgb(195,165,79); }
div.DivClassName
{
background-color: #C3A54F;
}
.BgClassName
{
background-color: #C3A54F;
}
</style>
border-color css
<style>
span { border-color: #C3A54F; }
span { border-color: rgb(195,165,79); }
td.TdClassName
{
border-color: #C3A54F;
}
.TagClassName
{
border-color: #C3A54F;
}
</style>