Shades of Rodeo Dust #C99F7E
Tints of Rodeo Dust #C99F7E
RGB
CMYK
RGB Variations
Color information
#C99F7E (or 0xC99F7E) is known color: Rodeo Dust. HEX triplet: C9, 9F and 7E. RGB value is (201,159,126). Sum of RGB (Red+Green+Blue) = 201+159+126=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F7E is #366081. Grayscale: #A7A7A7. Windows color (decimal): -3563650 or 8298441. OLE color: 8298441.
HSL color Cylindrical-coordinate representation of color #C99F7E: hue angle of 26.4º 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 #C99F7E is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 126 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.21 |
| HSL | 26.4º | 0.41% | 0.64% | - |
| HSV(B) | 26.4º | 0.37% | 0.79% | - |
| XYZ | 40.25 | 38.72 | 25.09 | - |
| YUV | 167.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 126 | 0 | 0.21 | 0.37 | 0.21 | 26.4 | 0.41 | 0.64 |
| Hex | C9 | 9F | 7E | 0 | 15 | 25 | 15 | 1A | 29 | 40 |
| Octal | 311 | 237 | 176 | 0 | 25 | 45 | 25 | 32 | 51 | 100 |
| Binary | 11001001 | 10011111 | 1111110 | 0 | 10101 | 100101 | 10101 | 11010 | 101001 | 1000000 |
Color Harmonies of #C99F7E
Complementary color
Monochromatic Colors of #C99F7E
Black with #C99F7E
Text Example
Text Example
White with #C99F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F7E; }
p { color: rgb(201,159,126); }
H1.HeaderClassName
{
color: #C99F7E;
}
.AnyTagClassName
{
color: #C99F7E;
}
</style>
background-color css
<style>
a { background-color: #C99F7E; }
a { background-color: rgb(201,159,126); }
div.DivClassName
{
background-color: #C99F7E;
}
.BgClassName
{
background-color: #C99F7E;
}
</style>
border-color css
<style>
span { border-color: #C99F7E; }
span { border-color: rgb(201,159,126); }
td.TdClassName
{
border-color: #C99F7E;
}
.TagClassName
{
border-color: #C99F7E;
}
</style>