Shades of Sundance #C29E52
Tints of Sundance #C29E52
RGB
CMYK
RGB Variations
Color information
#C29E52 (or 0xC29E52) is known color: Sundance. HEX triplet: C2, 9E and 52. RGB value is (194,158,82). Sum of RGB (Red+Green+Blue) = 194+158+82=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E52 is #3D61AD. Grayscale: #A0A0A0. Windows color (decimal): -4022702 or 5414594. OLE color: 5414594.
HSL color Cylindrical-coordinate representation of color #C29E52: hue angle of 40.71º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C29E52 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 82 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.24 |
| HSL | 40.71º | 0.48% | 0.54% | - |
| HSV(B) | 40.71º | 0.58% | 0.76% | - |
| XYZ | 36 | 36.53 | 13.14 | - |
| YUV | 160.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 82 | 0 | 0.19 | 0.58 | 0.24 | 40.71 | 0.48 | 0.54 |
| Hex | C2 | 9E | 52 | 0 | 13 | 3A | 18 | 29 | 30 | 36 |
| Octal | 302 | 236 | 122 | 0 | 23 | 72 | 30 | 51 | 60 | 66 |
| Binary | 11000010 | 10011110 | 1010010 | 0 | 10011 | 111010 | 11000 | 101001 | 110000 | 110110 |
Color Harmonies of #C29E52
Complementary color
Monochromatic Colors of #C29E52
Black with #C29E52
Text Example
Text Example
White with #C29E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E52; }
p { color: rgb(194,158,82); }
H1.HeaderClassName
{
color: #C29E52;
}
.AnyTagClassName
{
color: #C29E52;
}
</style>
background-color css
<style>
a { background-color: #C29E52; }
a { background-color: rgb(194,158,82); }
div.DivClassName
{
background-color: #C29E52;
}
.BgClassName
{
background-color: #C29E52;
}
</style>
border-color css
<style>
span { border-color: #C29E52; }
span { border-color: rgb(194,158,82); }
td.TdClassName
{
border-color: #C29E52;
}
.TagClassName
{
border-color: #C29E52;
}
</style>