Shades of Sundance #C2B44D
Tints of Sundance #C2B44D
RGB
CMYK
RGB Variations
Color information
#C2B44D (or 0xC2B44D) is known color: Sundance. HEX triplet: C2, B4 and 4D. RGB value is (194,180,77). Sum of RGB (Red+Green+Blue) = 194+180+77=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B44D is #3D4BB2. Grayscale: #ACACAC. Windows color (decimal): -4017075 or 5092546. OLE color: 5092546.
HSL color Cylindrical-coordinate representation of color #C2B44D: hue angle of 52.82º 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 #C2B44D is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 77 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.24 |
| HSL | 52.82º | 0.49% | 0.53% | - |
| HSV(B) | 52.82º | 0.6% | 0.76% | - |
| XYZ | 39.91 | 44.65 | 13.54 | - |
| YUV | 172.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 77 | 0 | 0.07 | 0.60 | 0.24 | 52.82 | 0.49 | 0.53 |
| Hex | C2 | B4 | 4D | 0 | 7 | 3C | 18 | 35 | 31 | 35 |
| Octal | 302 | 264 | 115 | 0 | 7 | 74 | 30 | 65 | 61 | 65 |
| Binary | 11000010 | 10110100 | 1001101 | 0 | 111 | 111100 | 11000 | 110101 | 110001 | 110101 |
Color Harmonies of #C2B44D
Complementary color
Monochromatic Colors of #C2B44D
Black with #C2B44D
Text Example
Text Example
White with #C2B44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B44D; }
p { color: rgb(194,180,77); }
H1.HeaderClassName
{
color: #C2B44D;
}
.AnyTagClassName
{
color: #C2B44D;
}
</style>
background-color css
<style>
a { background-color: #C2B44D; }
a { background-color: rgb(194,180,77); }
div.DivClassName
{
background-color: #C2B44D;
}
.BgClassName
{
background-color: #C2B44D;
}
</style>
border-color css
<style>
span { border-color: #C2B44D; }
span { border-color: rgb(194,180,77); }
td.TdClassName
{
border-color: #C2B44D;
}
.TagClassName
{
border-color: #C2B44D;
}
</style>