Shades of Sundance #C2B74A
Tints of Sundance #C2B74A
RGB
CMYK
RGB Variations
Color information
#C2B74A (or 0xC2B74A) is known color: Sundance. HEX triplet: C2, B7 and 4A. RGB value is (194,183,74). Sum of RGB (Red+Green+Blue) = 194+183+74=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B74A is #3D48B5. Grayscale: #AEAEAE. Windows color (decimal): -4016310 or 4896706. OLE color: 4896706.
HSL color Cylindrical-coordinate representation of color #C2B74A: hue angle of 54.5º 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 #C2B74A is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 74 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.24 |
| HSL | 54.5º | 0.5% | 0.53% | - |
| HSV(B) | 54.5º | 0.62% | 0.76% | - |
| XYZ | 40.42 | 45.83 | 13.19 | - |
| YUV | 173.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 74 | 0 | 0.06 | 0.62 | 0.24 | 54.5 | 0.5 | 0.53 |
| Hex | C2 | B7 | 4A | 0 | 6 | 3E | 18 | 36 | 32 | 35 |
| Octal | 302 | 267 | 112 | 0 | 6 | 76 | 30 | 66 | 62 | 65 |
| Binary | 11000010 | 10110111 | 1001010 | 0 | 110 | 111110 | 11000 | 110110 | 110010 | 110101 |
Color Harmonies of #C2B74A
Complementary color
Monochromatic Colors of #C2B74A
Black with #C2B74A
Text Example
Text Example
White with #C2B74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B74A; }
p { color: rgb(194,183,74); }
H1.HeaderClassName
{
color: #C2B74A;
}
.AnyTagClassName
{
color: #C2B74A;
}
</style>
background-color css
<style>
a { background-color: #C2B74A; }
a { background-color: rgb(194,183,74); }
div.DivClassName
{
background-color: #C2B74A;
}
.BgClassName
{
background-color: #C2B74A;
}
</style>
border-color css
<style>
span { border-color: #C2B74A; }
span { border-color: rgb(194,183,74); }
td.TdClassName
{
border-color: #C2B74A;
}
.TagClassName
{
border-color: #C2B74A;
}
</style>