Shades of Sundance #C29E4D
Tints of Sundance #C29E4D
RGB
CMYK
RGB Variations
Color information
#C29E4D (or 0xC29E4D) is known color: Sundance. HEX triplet: C2, 9E and 4D. RGB value is (194,158,77). Sum of RGB (Red+Green+Blue) = 194+158+77=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E4D is #3D61B2. Grayscale: #9F9F9F. Windows color (decimal): -4022707 or 5086914. OLE color: 5086914.
HSL color Cylindrical-coordinate representation of color #C29E4D: hue angle of 41.54º 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 #C29E4D is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 77 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.24 |
| HSL | 41.54º | 0.49% | 0.53% | - |
| HSV(B) | 41.54º | 0.6% | 0.76% | - |
| XYZ | 35.81 | 36.46 | 12.17 | - |
| YUV | 159.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 77 | 0 | 0.19 | 0.60 | 0.24 | 41.54 | 0.49 | 0.53 |
| Hex | C2 | 9E | 4D | 0 | 13 | 3C | 18 | 2A | 31 | 35 |
| Octal | 302 | 236 | 115 | 0 | 23 | 74 | 30 | 52 | 61 | 65 |
| Binary | 11000010 | 10011110 | 1001101 | 0 | 10011 | 111100 | 11000 | 101010 | 110001 | 110101 |
Color Harmonies of #C29E4D
Complementary color
Monochromatic Colors of #C29E4D
Black with #C29E4D
Text Example
Text Example
White with #C29E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E4D; }
p { color: rgb(194,158,77); }
H1.HeaderClassName
{
color: #C29E4D;
}
.AnyTagClassName
{
color: #C29E4D;
}
</style>
background-color css
<style>
a { background-color: #C29E4D; }
a { background-color: rgb(194,158,77); }
div.DivClassName
{
background-color: #C29E4D;
}
.BgClassName
{
background-color: #C29E4D;
}
</style>
border-color css
<style>
span { border-color: #C29E4D; }
span { border-color: rgb(194,158,77); }
td.TdClassName
{
border-color: #C29E4D;
}
.TagClassName
{
border-color: #C29E4D;
}
</style>