Shades of Sundance #C29F4C
Tints of Sundance #C29F4C
RGB
CMYK
RGB Variations
Color information
#C29F4C (or 0xC29F4C) is known color: Sundance. HEX triplet: C2, 9F and 4C. RGB value is (194,159,76). Sum of RGB (Red+Green+Blue) = 194+159+76=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F4C is #3D60B3. Grayscale: #A0A0A0. Windows color (decimal): -4022452 or 5021634. OLE color: 5021634.
HSL color Cylindrical-coordinate representation of color #C29F4C: hue angle of 42.2º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C29F4C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 76 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.24 |
| HSL | 42.2º | 0.49% | 0.53% | - |
| HSV(B) | 42.2º | 0.61% | 0.76% | - |
| XYZ | 35.95 | 36.79 | 12.04 | - |
| YUV | 160 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 76 | 0 | 0.18 | 0.61 | 0.24 | 42.2 | 0.49 | 0.53 |
| Hex | C2 | 9F | 4C | 0 | 12 | 3D | 18 | 2A | 31 | 35 |
| Octal | 302 | 237 | 114 | 0 | 22 | 75 | 30 | 52 | 61 | 65 |
| Binary | 11000010 | 10011111 | 1001100 | 0 | 10010 | 111101 | 11000 | 101010 | 110001 | 110101 |
Color Harmonies of #C29F4C
Complementary color
Monochromatic Colors of #C29F4C
Black with #C29F4C
Text Example
Text Example
White with #C29F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F4C; }
p { color: rgb(194,159,76); }
H1.HeaderClassName
{
color: #C29F4C;
}
.AnyTagClassName
{
color: #C29F4C;
}
</style>
background-color css
<style>
a { background-color: #C29F4C; }
a { background-color: rgb(194,159,76); }
div.DivClassName
{
background-color: #C29F4C;
}
.BgClassName
{
background-color: #C29F4C;
}
</style>
border-color css
<style>
span { border-color: #C29F4C; }
span { border-color: rgb(194,159,76); }
td.TdClassName
{
border-color: #C29F4C;
}
.TagClassName
{
border-color: #C29F4C;
}
</style>