Shades of Sundance #C39F50
Tints of Sundance #C39F50
RGB
CMYK
RGB Variations
Color information
#C39F50 (or 0xC39F50) is known color: Sundance. HEX triplet: C3, 9F and 50. RGB value is (195,159,80). Sum of RGB (Red+Green+Blue) = 195+159+80=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39F50 is #3C60AF. Grayscale: #A1A1A1. Windows color (decimal): -3956912 or 5283779. OLE color: 5283779.
HSL color Cylindrical-coordinate representation of color #C39F50: hue angle of 41.22º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C39F50 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 80 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.24 |
| HSL | 41.22º | 0.49% | 0.54% | - |
| HSV(B) | 41.22º | 0.59% | 0.76% | - |
| XYZ | 36.35 | 36.98 | 12.81 | - |
| YUV | 160.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 80 | 0 | 0.18 | 0.59 | 0.24 | 41.22 | 0.49 | 0.54 |
| Hex | C3 | 9F | 50 | 0 | 12 | 3B | 18 | 29 | 31 | 36 |
| Octal | 303 | 237 | 120 | 0 | 22 | 73 | 30 | 51 | 61 | 66 |
| Binary | 11000011 | 10011111 | 1010000 | 0 | 10010 | 111011 | 11000 | 101001 | 110001 | 110110 |
Color Harmonies of #C39F50
Complementary color
Monochromatic Colors of #C39F50
Black with #C39F50
Text Example
Text Example
White with #C39F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39F50; }
p { color: rgb(195,159,80); }
H1.HeaderClassName
{
color: #C39F50;
}
.AnyTagClassName
{
color: #C39F50;
}
</style>
background-color css
<style>
a { background-color: #C39F50; }
a { background-color: rgb(195,159,80); }
div.DivClassName
{
background-color: #C39F50;
}
.BgClassName
{
background-color: #C39F50;
}
</style>
border-color css
<style>
span { border-color: #C39F50; }
span { border-color: rgb(195,159,80); }
td.TdClassName
{
border-color: #C39F50;
}
.TagClassName
{
border-color: #C39F50;
}
</style>