Shades of Rodeo Dust #C99F7F
Tints of Rodeo Dust #C99F7F
RGB
CMYK
RGB Variations
Color information
#C99F7F (or 0xC99F7F) is known color: Rodeo Dust. HEX triplet: C9, 9F and 7F. RGB value is (201,159,127). Sum of RGB (Red+Green+Blue) = 201+159+127=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F7F is #366080. Grayscale: #A8A8A8. Windows color (decimal): -3563649 or 8363977. OLE color: 8363977.
HSL color Cylindrical-coordinate representation of color #C99F7F: hue angle of 25.95º 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 #C99F7F is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 127 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.21 |
| HSL | 25.95º | 0.41% | 0.64% | - |
| HSV(B) | 25.95º | 0.37% | 0.79% | - |
| XYZ | 40.32 | 38.75 | 25.43 | - |
| YUV | 167.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 127 | 0 | 0.21 | 0.37 | 0.21 | 25.95 | 0.41 | 0.64 |
| Hex | C9 | 9F | 7F | 0 | 15 | 25 | 15 | 1A | 29 | 40 |
| Octal | 311 | 237 | 177 | 0 | 25 | 45 | 25 | 32 | 51 | 100 |
| Binary | 11001001 | 10011111 | 1111111 | 0 | 10101 | 100101 | 10101 | 11010 | 101001 | 1000000 |
Color Harmonies of #C99F7F
Complementary color
Monochromatic Colors of #C99F7F
Black with #C99F7F
Text Example
Text Example
White with #C99F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F7F; }
p { color: rgb(201,159,127); }
H1.HeaderClassName
{
color: #C99F7F;
}
.AnyTagClassName
{
color: #C99F7F;
}
</style>
background-color css
<style>
a { background-color: #C99F7F; }
a { background-color: rgb(201,159,127); }
div.DivClassName
{
background-color: #C99F7F;
}
.BgClassName
{
background-color: #C99F7F;
}
</style>
border-color css
<style>
span { border-color: #C99F7F; }
span { border-color: rgb(201,159,127); }
td.TdClassName
{
border-color: #C99F7F;
}
.TagClassName
{
border-color: #C99F7F;
}
</style>