Shades of Sundance #C99E4B
Tints of Sundance #C99E4B
RGB
CMYK
RGB Variations
Color information
#C99E4B (or 0xC99E4B) is known color: Sundance. HEX triplet: C9, 9E and 4B. RGB value is (201,158,75). Sum of RGB (Red+Green+Blue) = 201+158+75=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99E4B is #3661B4. Grayscale: #A1A1A1. Windows color (decimal): -3563957 or 4955849. OLE color: 4955849.
HSL color Cylindrical-coordinate representation of color #C99E4B: hue angle of 39.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C99E4B is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 75 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.21 |
| HSL | 39.52º | 0.54% | 0.54% | - |
| HSV(B) | 39.52º | 0.63% | 0.79% | - |
| XYZ | 37.58 | 37.38 | 11.89 | - |
| YUV | 161.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 75 | 0 | 0.21 | 0.63 | 0.21 | 39.52 | 0.54 | 0.54 |
| Hex | C9 | 9E | 4B | 0 | 15 | 3F | 15 | 28 | 36 | 36 |
| Octal | 311 | 236 | 113 | 0 | 25 | 77 | 25 | 50 | 66 | 66 |
| Binary | 11001001 | 10011110 | 1001011 | 0 | 10101 | 111111 | 10101 | 101000 | 110110 | 110110 |
Color Harmonies of #C99E4B
Complementary color
Monochromatic Colors of #C99E4B
Black with #C99E4B
Text Example
Text Example
White with #C99E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E4B; }
p { color: rgb(201,158,75); }
H1.HeaderClassName
{
color: #C99E4B;
}
.AnyTagClassName
{
color: #C99E4B;
}
</style>
background-color css
<style>
a { background-color: #C99E4B; }
a { background-color: rgb(201,158,75); }
div.DivClassName
{
background-color: #C99E4B;
}
.BgClassName
{
background-color: #C99E4B;
}
</style>
border-color css
<style>
span { border-color: #C99E4B; }
span { border-color: rgb(201,158,75); }
td.TdClassName
{
border-color: #C99E4B;
}
.TagClassName
{
border-color: #C99E4B;
}
</style>