Shades of Sundance #C3B74D
Tints of Sundance #C3B74D
RGB
CMYK
RGB Variations
Color information
#C3B74D (or 0xC3B74D) is known color: Sundance. HEX triplet: C3, B7 and 4D. RGB value is (195,183,77). Sum of RGB (Red+Green+Blue) = 195+183+77=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B74D is #3C48B2. Grayscale: #AEAEAE. Windows color (decimal): -3950771 or 5093315. OLE color: 5093315.
HSL color Cylindrical-coordinate representation of color #C3B74D: hue angle of 53.9º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3B74D is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 77 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.24 |
| HSL | 53.9º | 0.5% | 0.53% | - |
| HSV(B) | 53.9º | 0.61% | 0.76% | - |
| XYZ | 40.78 | 46 | 13.75 | - |
| YUV | 174.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 77 | 0 | 0.06 | 0.61 | 0.24 | 53.9 | 0.5 | 0.53 |
| Hex | C3 | B7 | 4D | 0 | 6 | 3D | 18 | 36 | 32 | 35 |
| Octal | 303 | 267 | 115 | 0 | 6 | 75 | 30 | 66 | 62 | 65 |
| Binary | 11000011 | 10110111 | 1001101 | 0 | 110 | 111101 | 11000 | 110110 | 110010 | 110101 |
Color Harmonies of #C3B74D
Complementary color
Monochromatic Colors of #C3B74D
Black with #C3B74D
Text Example
Text Example
White with #C3B74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B74D; }
p { color: rgb(195,183,77); }
H1.HeaderClassName
{
color: #C3B74D;
}
.AnyTagClassName
{
color: #C3B74D;
}
</style>
background-color css
<style>
a { background-color: #C3B74D; }
a { background-color: rgb(195,183,77); }
div.DivClassName
{
background-color: #C3B74D;
}
.BgClassName
{
background-color: #C3B74D;
}
</style>
border-color css
<style>
span { border-color: #C3B74D; }
span { border-color: rgb(195,183,77); }
td.TdClassName
{
border-color: #C3B74D;
}
.TagClassName
{
border-color: #C3B74D;
}
</style>