Shades of Rodeo Dust #C99E83
Tints of Rodeo Dust #C99E83
RGB
CMYK
RGB Variations
Color information
#C99E83 (or 0xC99E83) is known color: Rodeo Dust. HEX triplet: C9, 9E and 83. RGB value is (201,158,131). Sum of RGB (Red+Green+Blue) = 201+158+131=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E83 is #36617C. Grayscale: #A7A7A7. Windows color (decimal): -3563901 or 8625865. OLE color: 8625865.
HSL color Cylindrical-coordinate representation of color #C99E83: hue angle of 23.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99E83 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 131 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.21 |
| HSL | 23.14º | 0.39% | 0.65% | - |
| HSV(B) | 23.14º | 0.35% | 0.79% | - |
| XYZ | 40.41 | 38.51 | 26.78 | - |
| YUV | 167.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 131 | 0 | 0.21 | 0.35 | 0.21 | 23.14 | 0.39 | 0.65 |
| Hex | C9 | 9E | 83 | 0 | 15 | 23 | 15 | 17 | 27 | 41 |
| Octal | 311 | 236 | 203 | 0 | 25 | 43 | 25 | 27 | 47 | 101 |
| Binary | 11001001 | 10011110 | 10000011 | 0 | 10101 | 100011 | 10101 | 10111 | 100111 | 1000001 |
Color Harmonies of #C99E83
Complementary color
Monochromatic Colors of #C99E83
Black with #C99E83
Text Example
Text Example
White with #C99E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E83; }
p { color: rgb(201,158,131); }
H1.HeaderClassName
{
color: #C99E83;
}
.AnyTagClassName
{
color: #C99E83;
}
</style>
background-color css
<style>
a { background-color: #C99E83; }
a { background-color: rgb(201,158,131); }
div.DivClassName
{
background-color: #C99E83;
}
.BgClassName
{
background-color: #C99E83;
}
</style>
border-color css
<style>
span { border-color: #C99E83; }
span { border-color: rgb(201,158,131); }
td.TdClassName
{
border-color: #C99E83;
}
.TagClassName
{
border-color: #C99E83;
}
</style>