Shades of Rodeo Dust #C99B7F
Tints of Rodeo Dust #C99B7F
RGB
CMYK
RGB Variations
Color information
#C99B7F (or 0xC99B7F) is known color: Rodeo Dust. HEX triplet: C9, 9B and 7F. RGB value is (201,155,127). Sum of RGB (Red+Green+Blue) = 201+155+127=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99B7F is #366480. Grayscale: #A5A5A5. Windows color (decimal): -3564673 or 8362953. OLE color: 8362953.
HSL color Cylindrical-coordinate representation of color #C99B7F: hue angle of 22.7º 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 #C99B7F is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 127 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.21 |
| HSL | 22.7º | 0.41% | 0.64% | - |
| HSV(B) | 22.7º | 0.37% | 0.79% | - |
| XYZ | 39.64 | 37.39 | 25.21 | - |
| YUV | 165.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 127 | 0 | 0.23 | 0.37 | 0.21 | 22.7 | 0.41 | 0.64 |
| Hex | C9 | 9B | 7F | 0 | 17 | 25 | 15 | 17 | 29 | 40 |
| Octal | 311 | 233 | 177 | 0 | 27 | 45 | 25 | 27 | 51 | 100 |
| Binary | 11001001 | 10011011 | 1111111 | 0 | 10111 | 100101 | 10101 | 10111 | 101001 | 1000000 |
Color Harmonies of #C99B7F
Complementary color
Monochromatic Colors of #C99B7F
Black with #C99B7F
Text Example
Text Example
White with #C99B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B7F; }
p { color: rgb(201,155,127); }
H1.HeaderClassName
{
color: #C99B7F;
}
.AnyTagClassName
{
color: #C99B7F;
}
</style>
background-color css
<style>
a { background-color: #C99B7F; }
a { background-color: rgb(201,155,127); }
div.DivClassName
{
background-color: #C99B7F;
}
.BgClassName
{
background-color: #C99B7F;
}
</style>
border-color css
<style>
span { border-color: #C99B7F; }
span { border-color: rgb(201,155,127); }
td.TdClassName
{
border-color: #C99B7F;
}
.TagClassName
{
border-color: #C99B7F;
}
</style>