Shades of Sundance #C39E4E
Tints of Sundance #C39E4E
RGB
CMYK
RGB Variations
Color information
#C39E4E (or 0xC39E4E) is known color: Sundance. HEX triplet: C3, 9E and 4E. RGB value is (195,158,78). Sum of RGB (Red+Green+Blue) = 195+158+78=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39E4E is #3C61B1. Grayscale: #A0A0A0. Windows color (decimal): -3957170 or 5152451. OLE color: 5152451.
HSL color Cylindrical-coordinate representation of color #C39E4E: hue angle of 41.03º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C39E4E is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 78 | - |
| CMYK | 0 | 0.19 | 0.6 | 0.24 |
| HSL | 41.03º | 0.49% | 0.54% | - |
| HSV(B) | 41.03º | 0.6% | 0.76% | - |
| XYZ | 36.11 | 36.61 | 12.37 | - |
| YUV | 159.94 | 81.76 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 78 | 0 | 0.19 | 0.6 | 0.24 | 41.03 | 0.49 | 0.54 |
| Hex | C3 | 9E | 4E | 0 | 13 | 3C | 18 | 29 | 31 | 36 |
| Octal | 303 | 236 | 116 | 0 | 23 | 74 | 30 | 51 | 61 | 66 |
| Binary | 11000011 | 10011110 | 1001110 | 0 | 10011 | 111100 | 11000 | 101001 | 110001 | 110110 |
Color Harmonies of #C39E4E
Complementary color
Monochromatic Colors of #C39E4E
Black with #C39E4E
Text Example
Text Example
White with #C39E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E4E; }
p { color: rgb(195,158,78); }
H1.HeaderClassName
{
color: #C39E4E;
}
.AnyTagClassName
{
color: #C39E4E;
}
</style>
background-color css
<style>
a { background-color: #C39E4E; }
a { background-color: rgb(195,158,78); }
div.DivClassName
{
background-color: #C39E4E;
}
.BgClassName
{
background-color: #C39E4E;
}
</style>
border-color css
<style>
span { border-color: #C39E4E; }
span { border-color: rgb(195,158,78); }
td.TdClassName
{
border-color: #C39E4E;
}
.TagClassName
{
border-color: #C39E4E;
}
</style>