Shades of Sundance #C99F48
Tints of Sundance #C99F48
RGB
CMYK
RGB Variations
Color information
#C99F48 (or 0xC99F48) is known color: Sundance. HEX triplet: C9, 9F and 48. RGB value is (201,159,72). Sum of RGB (Red+Green+Blue) = 201+159+72=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F48 is #3660B7. Grayscale: #A2A2A2. Windows color (decimal): -3563704 or 4759497. OLE color: 4759497.
HSL color Cylindrical-coordinate representation of color #C99F48: hue angle of 40.47º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C99F48 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 72 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.21 |
| HSL | 40.47º | 0.54% | 0.54% | - |
| HSV(B) | 40.47º | 0.64% | 0.79% | - |
| XYZ | 37.66 | 37.68 | 11.42 | - |
| YUV | 161.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 72 | 0 | 0.21 | 0.64 | 0.21 | 40.47 | 0.54 | 0.54 |
| Hex | C9 | 9F | 48 | 0 | 15 | 40 | 15 | 28 | 36 | 36 |
| Octal | 311 | 237 | 110 | 0 | 25 | 100 | 25 | 50 | 66 | 66 |
| Binary | 11001001 | 10011111 | 1001000 | 0 | 10101 | 1000000 | 10101 | 101000 | 110110 | 110110 |
Color Harmonies of #C99F48
Complementary color
Monochromatic Colors of #C99F48
Black with #C99F48
Text Example
Text Example
White with #C99F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F48; }
p { color: rgb(201,159,72); }
H1.HeaderClassName
{
color: #C99F48;
}
.AnyTagClassName
{
color: #C99F48;
}
</style>
background-color css
<style>
a { background-color: #C99F48; }
a { background-color: rgb(201,159,72); }
div.DivClassName
{
background-color: #C99F48;
}
.BgClassName
{
background-color: #C99F48;
}
</style>
border-color css
<style>
span { border-color: #C99F48; }
span { border-color: rgb(201,159,72); }
td.TdClassName
{
border-color: #C99F48;
}
.TagClassName
{
border-color: #C99F48;
}
</style>