Shades of Sundance #C39E4A
Tints of Sundance #C39E4A
RGB
CMYK
RGB Variations
Color information
#C39E4A (or 0xC39E4A) is known color: Sundance. HEX triplet: C3, 9E and 4A. RGB value is (195,158,74). Sum of RGB (Red+Green+Blue) = 195+158+74=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39E4A is #3C61B5. Grayscale: #9F9F9F. Windows color (decimal): -3957174 or 4890307. OLE color: 4890307.
HSL color Cylindrical-coordinate representation of color #C39E4A: hue angle of 41.65º 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 #C39E4A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 74 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.24 |
| HSL | 41.65º | 0.5% | 0.53% | - |
| HSV(B) | 41.65º | 0.62% | 0.76% | - |
| XYZ | 35.97 | 36.55 | 11.64 | - |
| YUV | 159.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 74 | 0 | 0.19 | 0.62 | 0.24 | 41.65 | 0.5 | 0.53 |
| Hex | C3 | 9E | 4A | 0 | 13 | 3E | 18 | 2A | 32 | 35 |
| Octal | 303 | 236 | 112 | 0 | 23 | 76 | 30 | 52 | 62 | 65 |
| Binary | 11000011 | 10011110 | 1001010 | 0 | 10011 | 111110 | 11000 | 101010 | 110010 | 110101 |
Color Harmonies of #C39E4A
Complementary color
Monochromatic Colors of #C39E4A
Black with #C39E4A
Text Example
Text Example
White with #C39E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E4A; }
p { color: rgb(195,158,74); }
H1.HeaderClassName
{
color: #C39E4A;
}
.AnyTagClassName
{
color: #C39E4A;
}
</style>
background-color css
<style>
a { background-color: #C39E4A; }
a { background-color: rgb(195,158,74); }
div.DivClassName
{
background-color: #C39E4A;
}
.BgClassName
{
background-color: #C39E4A;
}
</style>
border-color css
<style>
span { border-color: #C39E4A; }
span { border-color: rgb(195,158,74); }
td.TdClassName
{
border-color: #C39E4A;
}
.TagClassName
{
border-color: #C39E4A;
}
</style>