Shades of Sundance #C3A74F
Tints of Sundance #C3A74F
RGB
CMYK
RGB Variations
Color information
#C3A74F (or 0xC3A74F) is known color: Sundance. HEX triplet: C3, A7 and 4F. RGB value is (195,167,79). Sum of RGB (Red+Green+Blue) = 195+167+79=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A74F is #3C58B0. Grayscale: #A5A5A5. Windows color (decimal): -3954865 or 5220291. OLE color: 5220291.
HSL color Cylindrical-coordinate representation of color #C3A74F: hue angle of 45.52º 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 #C3A74F is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 79 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.24 |
| HSL | 45.52º | 0.49% | 0.54% | - |
| HSV(B) | 45.52º | 0.59% | 0.76% | - |
| XYZ | 37.74 | 39.8 | 13.09 | - |
| YUV | 165.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 79 | 0 | 0.14 | 0.59 | 0.24 | 45.52 | 0.49 | 0.54 |
| Hex | C3 | A7 | 4F | 0 | E | 3B | 18 | 2E | 31 | 36 |
| Octal | 303 | 247 | 117 | 0 | 16 | 73 | 30 | 56 | 61 | 66 |
| Binary | 11000011 | 10100111 | 1001111 | 0 | 1110 | 111011 | 11000 | 101110 | 110001 | 110110 |
Color Harmonies of #C3A74F
Complementary color
Monochromatic Colors of #C3A74F
Black with #C3A74F
Text Example
Text Example
White with #C3A74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A74F; }
p { color: rgb(195,167,79); }
H1.HeaderClassName
{
color: #C3A74F;
}
.AnyTagClassName
{
color: #C3A74F;
}
</style>
background-color css
<style>
a { background-color: #C3A74F; }
a { background-color: rgb(195,167,79); }
div.DivClassName
{
background-color: #C3A74F;
}
.BgClassName
{
background-color: #C3A74F;
}
</style>
border-color css
<style>
span { border-color: #C3A74F; }
span { border-color: rgb(195,167,79); }
td.TdClassName
{
border-color: #C3A74F;
}
.TagClassName
{
border-color: #C3A74F;
}
</style>