Shades of Sundance #C39E4C
Tints of Sundance #C39E4C
RGB
CMYK
RGB Variations
Color information
#C39E4C (or 0xC39E4C) is known color: Sundance. HEX triplet: C3, 9E and 4C. RGB value is (195,158,76). Sum of RGB (Red+Green+Blue) = 195+158+76=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39E4C is #3C61B3. Grayscale: #A0A0A0. Windows color (decimal): -3957172 or 5021379. OLE color: 5021379.
HSL color Cylindrical-coordinate representation of color #C39E4C: hue angle of 41.34º degrees, saturation: 0.5, 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 #C39E4C is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 76 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.24 |
| HSL | 41.34º | 0.5% | 0.53% | - |
| HSV(B) | 41.34º | 0.61% | 0.76% | - |
| XYZ | 36.04 | 36.58 | 12 | - |
| YUV | 159.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 76 | 0 | 0.19 | 0.61 | 0.24 | 41.34 | 0.5 | 0.53 |
| Hex | C3 | 9E | 4C | 0 | 13 | 3D | 18 | 29 | 32 | 35 |
| Octal | 303 | 236 | 114 | 0 | 23 | 75 | 30 | 51 | 62 | 65 |
| Binary | 11000011 | 10011110 | 1001100 | 0 | 10011 | 111101 | 11000 | 101001 | 110010 | 110101 |
Color Harmonies of #C39E4C
Complementary color
Monochromatic Colors of #C39E4C
Black with #C39E4C
Text Example
Text Example
White with #C39E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E4C; }
p { color: rgb(195,158,76); }
H1.HeaderClassName
{
color: #C39E4C;
}
.AnyTagClassName
{
color: #C39E4C;
}
</style>
background-color css
<style>
a { background-color: #C39E4C; }
a { background-color: rgb(195,158,76); }
div.DivClassName
{
background-color: #C39E4C;
}
.BgClassName
{
background-color: #C39E4C;
}
</style>
border-color css
<style>
span { border-color: #C39E4C; }
span { border-color: rgb(195,158,76); }
td.TdClassName
{
border-color: #C39E4C;
}
.TagClassName
{
border-color: #C39E4C;
}
</style>