Shades of Sundance #C2B74E
Tints of Sundance #C2B74E
RGB
CMYK
RGB Variations
Color information
#C2B74E (or 0xC2B74E) is known color: Sundance. HEX triplet: C2, B7 and 4E. RGB value is (194,183,78). Sum of RGB (Red+Green+Blue) = 194+183+78=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B74E is #3D48B1. Grayscale: #AEAEAE. Windows color (decimal): -4016306 or 5158850. OLE color: 5158850.
HSL color Cylindrical-coordinate representation of color #C2B74E: hue angle of 54.31º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2B74E is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 78 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.24 |
| HSL | 54.31º | 0.49% | 0.53% | - |
| HSV(B) | 54.31º | 0.6% | 0.76% | - |
| XYZ | 40.56 | 45.89 | 13.93 | - |
| YUV | 174.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 78 | 0 | 0.06 | 0.60 | 0.24 | 54.31 | 0.49 | 0.53 |
| Hex | C2 | B7 | 4E | 0 | 6 | 3C | 18 | 36 | 31 | 35 |
| Octal | 302 | 267 | 116 | 0 | 6 | 74 | 30 | 66 | 61 | 65 |
| Binary | 11000010 | 10110111 | 1001110 | 0 | 110 | 111100 | 11000 | 110110 | 110001 | 110101 |
Color Harmonies of #C2B74E
Complementary color
Monochromatic Colors of #C2B74E
Black with #C2B74E
Text Example
Text Example
White with #C2B74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B74E; }
p { color: rgb(194,183,78); }
H1.HeaderClassName
{
color: #C2B74E;
}
.AnyTagClassName
{
color: #C2B74E;
}
</style>
background-color css
<style>
a { background-color: #C2B74E; }
a { background-color: rgb(194,183,78); }
div.DivClassName
{
background-color: #C2B74E;
}
.BgClassName
{
background-color: #C2B74E;
}
</style>
border-color css
<style>
span { border-color: #C2B74E; }
span { border-color: rgb(194,183,78); }
td.TdClassName
{
border-color: #C2B74E;
}
.TagClassName
{
border-color: #C2B74E;
}
</style>