Shades of Rodeo Dust #C59F7F
Tints of Rodeo Dust #C59F7F
RGB
CMYK
RGB Variations
Color information
#C59F7F (or 0xC59F7F) is known color: Rodeo Dust. HEX triplet: C5, 9F and 7F. RGB value is (197,159,127). Sum of RGB (Red+Green+Blue) = 197+159+127=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59F7F is #3A6080. Grayscale: #A6A6A6. Windows color (decimal): -3825793 or 8363973. OLE color: 8363973.
HSL color Cylindrical-coordinate representation of color #C59F7F: hue angle of 27.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C59F7F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 127 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.23 |
| HSL | 27.43º | 0.38% | 0.64% | - |
| HSV(B) | 27.43º | 0.36% | 0.77% | - |
| XYZ | 39.25 | 38.2 | 25.38 | - |
| YUV | 166.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 127 | 0 | 0.19 | 0.36 | 0.23 | 27.43 | 0.38 | 0.64 |
| Hex | C5 | 9F | 7F | 0 | 13 | 24 | 17 | 1B | 26 | 40 |
| Octal | 305 | 237 | 177 | 0 | 23 | 44 | 27 | 33 | 46 | 100 |
| Binary | 11000101 | 10011111 | 1111111 | 0 | 10011 | 100100 | 10111 | 11011 | 100110 | 1000000 |
Color Harmonies of #C59F7F
Complementary color
Monochromatic Colors of #C59F7F
Black with #C59F7F
Text Example
Text Example
White with #C59F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F7F; }
p { color: rgb(197,159,127); }
H1.HeaderClassName
{
color: #C59F7F;
}
.AnyTagClassName
{
color: #C59F7F;
}
</style>
background-color css
<style>
a { background-color: #C59F7F; }
a { background-color: rgb(197,159,127); }
div.DivClassName
{
background-color: #C59F7F;
}
.BgClassName
{
background-color: #C59F7F;
}
</style>
border-color css
<style>
span { border-color: #C59F7F; }
span { border-color: rgb(197,159,127); }
td.TdClassName
{
border-color: #C59F7F;
}
.TagClassName
{
border-color: #C59F7F;
}
</style>