Shades of Sundance #C2B64A
Tints of Sundance #C2B64A
RGB
CMYK
RGB Variations
Color information
#C2B64A (or 0xC2B64A) is known color: Sundance. HEX triplet: C2, B6 and 4A. RGB value is (194,182,74). Sum of RGB (Red+Green+Blue) = 194+182+74=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B64A is #3D49B5. Grayscale: #ADADAD. Windows color (decimal): -4016566 or 4896450. OLE color: 4896450.
HSL color Cylindrical-coordinate representation of color #C2B64A: hue angle of 54º 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 #C2B64A is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 74 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.24 |
| HSL | 54º | 0.5% | 0.53% | - |
| HSV(B) | 54º | 0.62% | 0.76% | - |
| XYZ | 40.21 | 45.42 | 13.13 | - |
| YUV | 173.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 74 | 0 | 0.06 | 0.62 | 0.24 | 54 | 0.5 | 0.53 |
| Hex | C2 | B6 | 4A | 0 | 6 | 3E | 18 | 36 | 32 | 35 |
| Octal | 302 | 266 | 112 | 0 | 6 | 76 | 30 | 66 | 62 | 65 |
| Binary | 11000010 | 10110110 | 1001010 | 0 | 110 | 111110 | 11000 | 110110 | 110010 | 110101 |
Color Harmonies of #C2B64A
Complementary color
Monochromatic Colors of #C2B64A
Black with #C2B64A
Text Example
Text Example
White with #C2B64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B64A; }
p { color: rgb(194,182,74); }
H1.HeaderClassName
{
color: #C2B64A;
}
.AnyTagClassName
{
color: #C2B64A;
}
</style>
background-color css
<style>
a { background-color: #C2B64A; }
a { background-color: rgb(194,182,74); }
div.DivClassName
{
background-color: #C2B64A;
}
.BgClassName
{
background-color: #C2B64A;
}
</style>
border-color css
<style>
span { border-color: #C2B64A; }
span { border-color: rgb(194,182,74); }
td.TdClassName
{
border-color: #C2B64A;
}
.TagClassName
{
border-color: #C2B64A;
}
</style>