Shades of Rodeo Dust #C99E7F
Tints of Rodeo Dust #C99E7F
RGB
CMYK
RGB Variations
Color information
#C99E7F (or 0xC99E7F) is known color: Rodeo Dust. HEX triplet: C9, 9E and 7F. RGB value is (201,158,127). Sum of RGB (Red+Green+Blue) = 201+158+127=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99E7F is #366180. Grayscale: #A7A7A7. Windows color (decimal): -3563905 or 8363721. OLE color: 8363721.
HSL color Cylindrical-coordinate representation of color #C99E7F: hue angle of 25.14º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99E7F is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 127 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.21 |
| HSL | 25.14º | 0.41% | 0.64% | - |
| HSV(B) | 25.14º | 0.37% | 0.79% | - |
| XYZ | 40.15 | 38.4 | 25.38 | - |
| YUV | 167.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 127 | 0 | 0.21 | 0.37 | 0.21 | 25.14 | 0.41 | 0.64 |
| Hex | C9 | 9E | 7F | 0 | 15 | 25 | 15 | 19 | 29 | 40 |
| Octal | 311 | 236 | 177 | 0 | 25 | 45 | 25 | 31 | 51 | 100 |
| Binary | 11001001 | 10011110 | 1111111 | 0 | 10101 | 100101 | 10101 | 11001 | 101001 | 1000000 |
Color Harmonies of #C99E7F
Complementary color
Monochromatic Colors of #C99E7F
Black with #C99E7F
Text Example
Text Example
White with #C99E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E7F; }
p { color: rgb(201,158,127); }
H1.HeaderClassName
{
color: #C99E7F;
}
.AnyTagClassName
{
color: #C99E7F;
}
</style>
background-color css
<style>
a { background-color: #C99E7F; }
a { background-color: rgb(201,158,127); }
div.DivClassName
{
background-color: #C99E7F;
}
.BgClassName
{
background-color: #C99E7F;
}
</style>
border-color css
<style>
span { border-color: #C99E7F; }
span { border-color: rgb(201,158,127); }
td.TdClassName
{
border-color: #C99E7F;
}
.TagClassName
{
border-color: #C99E7F;
}
</style>