Shades of Rodeo Dust #C79F7D
Tints of Rodeo Dust #C79F7D
RGB
CMYK
RGB Variations
Color information
#C79F7D (or 0xC79F7D) is known color: Rodeo Dust. HEX triplet: C7, 9F and 7D. RGB value is (199,159,125). Sum of RGB (Red+Green+Blue) = 199+159+125=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79F7D is #386082. Grayscale: #A7A7A7. Windows color (decimal): -3694723 or 8232903. OLE color: 8232903.
HSL color Cylindrical-coordinate representation of color #C79F7D: hue angle of 27.57º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C79F7D is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 159 | 125 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.22 |
| HSL | 27.57º | 0.4% | 0.64% | - |
| HSV(B) | 27.57º | 0.37% | 0.78% | - |
| XYZ | 39.65 | 38.42 | 24.73 | - |
| YUV | 167.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 125 | 0 | 0.20 | 0.37 | 0.22 | 27.57 | 0.4 | 0.64 |
| Hex | C7 | 9F | 7D | 0 | 14 | 25 | 16 | 1C | 28 | 40 |
| Octal | 307 | 237 | 175 | 0 | 24 | 45 | 26 | 34 | 50 | 100 |
| Binary | 11000111 | 10011111 | 1111101 | 0 | 10100 | 100101 | 10110 | 11100 | 101000 | 1000000 |
Color Harmonies of #C79F7D
Complementary color
Monochromatic Colors of #C79F7D
Black with #C79F7D
Text Example
Text Example
White with #C79F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79F7D; }
p { color: rgb(199,159,125); }
H1.HeaderClassName
{
color: #C79F7D;
}
.AnyTagClassName
{
color: #C79F7D;
}
</style>
background-color css
<style>
a { background-color: #C79F7D; }
a { background-color: rgb(199,159,125); }
div.DivClassName
{
background-color: #C79F7D;
}
.BgClassName
{
background-color: #C79F7D;
}
</style>
border-color css
<style>
span { border-color: #C79F7D; }
span { border-color: rgb(199,159,125); }
td.TdClassName
{
border-color: #C79F7D;
}
.TagClassName
{
border-color: #C79F7D;
}
</style>