Shades of Rodeo Dust #C99D86
Tints of Rodeo Dust #C99D86
RGB
CMYK
RGB Variations
Color information
#C99D86 (or 0xC99D86) is known color: Rodeo Dust. HEX triplet: C9, 9D and 86. RGB value is (201,157,134). Sum of RGB (Red+Green+Blue) = 201+157+134=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D86 is #366279. Grayscale: #A7A7A7. Windows color (decimal): -3564154 or 8822217. OLE color: 8822217.
HSL color Cylindrical-coordinate representation of color #C99D86: hue angle of 20.6º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99D86 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 134 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.21 |
| HSL | 20.6º | 0.38% | 0.66% | - |
| HSV(B) | 20.6º | 0.33% | 0.79% | - |
| XYZ | 40.45 | 38.25 | 27.81 | - |
| YUV | 167.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 134 | 0 | 0.22 | 0.33 | 0.21 | 20.6 | 0.38 | 0.66 |
| Hex | C9 | 9D | 86 | 0 | 16 | 21 | 15 | 15 | 26 | 42 |
| Octal | 311 | 235 | 206 | 0 | 26 | 41 | 25 | 25 | 46 | 102 |
| Binary | 11001001 | 10011101 | 10000110 | 0 | 10110 | 100001 | 10101 | 10101 | 100110 | 1000010 |
Color Harmonies of #C99D86
Complementary color
Monochromatic Colors of #C99D86
Black with #C99D86
Text Example
Text Example
White with #C99D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D86; }
p { color: rgb(201,157,134); }
H1.HeaderClassName
{
color: #C99D86;
}
.AnyTagClassName
{
color: #C99D86;
}
</style>
background-color css
<style>
a { background-color: #C99D86; }
a { background-color: rgb(201,157,134); }
div.DivClassName
{
background-color: #C99D86;
}
.BgClassName
{
background-color: #C99D86;
}
</style>
border-color css
<style>
span { border-color: #C99D86; }
span { border-color: rgb(201,157,134); }
td.TdClassName
{
border-color: #C99D86;
}
.TagClassName
{
border-color: #C99D86;
}
</style>