Shades of Rodeo Dust #C99E81
Tints of Rodeo Dust #C99E81
RGB
CMYK
RGB Variations
Color information
#C99E81 (or 0xC99E81) is known color: Rodeo Dust. HEX triplet: C9, 9E and 81. RGB value is (201,158,129). Sum of RGB (Red+Green+Blue) = 201+158+129=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99E81 is #36617E. Grayscale: #A7A7A7. Windows color (decimal): -3563903 or 8494793. OLE color: 8494793.
HSL color Cylindrical-coordinate representation of color #C99E81: hue angle of 24.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C99E81 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 129 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.21 |
| HSL | 24.17º | 0.4% | 0.65% | - |
| HSV(B) | 24.17º | 0.36% | 0.79% | - |
| XYZ | 40.28 | 38.46 | 26.07 | - |
| YUV | 167.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 129 | 0 | 0.21 | 0.36 | 0.21 | 24.17 | 0.4 | 0.65 |
| Hex | C9 | 9E | 81 | 0 | 15 | 24 | 15 | 18 | 28 | 41 |
| Octal | 311 | 236 | 201 | 0 | 25 | 44 | 25 | 30 | 50 | 101 |
| Binary | 11001001 | 10011110 | 10000001 | 0 | 10101 | 100100 | 10101 | 11000 | 101000 | 1000001 |
Color Harmonies of #C99E81
Complementary color
Monochromatic Colors of #C99E81
Black with #C99E81
Text Example
Text Example
White with #C99E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E81; }
p { color: rgb(201,158,129); }
H1.HeaderClassName
{
color: #C99E81;
}
.AnyTagClassName
{
color: #C99E81;
}
</style>
background-color css
<style>
a { background-color: #C99E81; }
a { background-color: rgb(201,158,129); }
div.DivClassName
{
background-color: #C99E81;
}
.BgClassName
{
background-color: #C99E81;
}
</style>
border-color css
<style>
span { border-color: #C99E81; }
span { border-color: rgb(201,158,129); }
td.TdClassName
{
border-color: #C99E81;
}
.TagClassName
{
border-color: #C99E81;
}
</style>