Shades of Sundance #C3A74B
Tints of Sundance #C3A74B
RGB
CMYK
RGB Variations
Color information
#C3A74B (or 0xC3A74B) is known color: Sundance. HEX triplet: C3, A7 and 4B. RGB value is (195,167,75). Sum of RGB (Red+Green+Blue) = 195+167+75=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A74B is #3C58B4. Grayscale: #A5A5A5. Windows color (decimal): -3954869 or 4958147. OLE color: 4958147.
HSL color Cylindrical-coordinate representation of color #C3A74B: hue angle of 46º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3A74B is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 75 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.24 |
| HSL | 46º | 0.5% | 0.53% | - |
| HSV(B) | 46º | 0.62% | 0.76% | - |
| XYZ | 37.59 | 39.75 | 12.35 | - |
| YUV | 164.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 75 | 0 | 0.14 | 0.62 | 0.24 | 46 | 0.5 | 0.53 |
| Hex | C3 | A7 | 4B | 0 | E | 3E | 18 | 2E | 32 | 35 |
| Octal | 303 | 247 | 113 | 0 | 16 | 76 | 30 | 56 | 62 | 65 |
| Binary | 11000011 | 10100111 | 1001011 | 0 | 1110 | 111110 | 11000 | 101110 | 110010 | 110101 |
Color Harmonies of #C3A74B
Complementary color
Monochromatic Colors of #C3A74B
Black with #C3A74B
Text Example
Text Example
White with #C3A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A74B; }
p { color: rgb(195,167,75); }
H1.HeaderClassName
{
color: #C3A74B;
}
.AnyTagClassName
{
color: #C3A74B;
}
</style>
background-color css
<style>
a { background-color: #C3A74B; }
a { background-color: rgb(195,167,75); }
div.DivClassName
{
background-color: #C3A74B;
}
.BgClassName
{
background-color: #C3A74B;
}
</style>
border-color css
<style>
span { border-color: #C3A74B; }
span { border-color: rgb(195,167,75); }
td.TdClassName
{
border-color: #C3A74B;
}
.TagClassName
{
border-color: #C3A74B;
}
</style>