Shades of Sundance #C29F4A
Tints of Sundance #C29F4A
RGB
CMYK
RGB Variations
Color information
#C29F4A (or 0xC29F4A) is known color: Sundance. HEX triplet: C2, 9F and 4A. RGB value is (194,159,74). Sum of RGB (Red+Green+Blue) = 194+159+74=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F4A is #3D60B5. Grayscale: #A0A0A0. Windows color (decimal): -4022454 or 4890562. OLE color: 4890562.
HSL color Cylindrical-coordinate representation of color #C29F4A: hue angle of 42.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 #C29F4A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 74 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.24 |
| HSL | 42.5º | 0.5% | 0.53% | - |
| HSV(B) | 42.5º | 0.62% | 0.76% | - |
| XYZ | 35.88 | 36.76 | 11.68 | - |
| YUV | 159.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 74 | 0 | 0.18 | 0.62 | 0.24 | 42.5 | 0.5 | 0.53 |
| Hex | C2 | 9F | 4A | 0 | 12 | 3E | 18 | 2A | 32 | 35 |
| Octal | 302 | 237 | 112 | 0 | 22 | 76 | 30 | 52 | 62 | 65 |
| Binary | 11000010 | 10011111 | 1001010 | 0 | 10010 | 111110 | 11000 | 101010 | 110010 | 110101 |
Color Harmonies of #C29F4A
Complementary color
Monochromatic Colors of #C29F4A
Black with #C29F4A
Text Example
Text Example
White with #C29F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F4A; }
p { color: rgb(194,159,74); }
H1.HeaderClassName
{
color: #C29F4A;
}
.AnyTagClassName
{
color: #C29F4A;
}
</style>
background-color css
<style>
a { background-color: #C29F4A; }
a { background-color: rgb(194,159,74); }
div.DivClassName
{
background-color: #C29F4A;
}
.BgClassName
{
background-color: #C29F4A;
}
</style>
border-color css
<style>
span { border-color: #C29F4A; }
span { border-color: rgb(194,159,74); }
td.TdClassName
{
border-color: #C29F4A;
}
.TagClassName
{
border-color: #C29F4A;
}
</style>