Shades of Rodeo Dust #C79C7B
Tints of Rodeo Dust #C79C7B
RGB
CMYK
RGB Variations
Color information
#C79C7B (or 0xC79C7B) is known color: Rodeo Dust. HEX triplet: C7, 9C and 7B. RGB value is (199,156,123). Sum of RGB (Red+Green+Blue) = 199+156+123=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79C7B is #386384. Grayscale: #A5A5A5. Windows color (decimal): -3695493 or 8101063. OLE color: 8101063.
HSL color Cylindrical-coordinate representation of color #C79C7B: hue angle of 26.05º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C79C7B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 123 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.22 |
| HSL | 26.05º | 0.4% | 0.63% | - |
| HSV(B) | 26.05º | 0.38% | 0.78% | - |
| XYZ | 39.02 | 37.35 | 23.89 | - |
| YUV | 165.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 123 | 0 | 0.22 | 0.38 | 0.22 | 26.05 | 0.4 | 0.63 |
| Hex | C7 | 9C | 7B | 0 | 16 | 26 | 16 | 1A | 28 | 3F |
| Octal | 307 | 234 | 173 | 0 | 26 | 46 | 26 | 32 | 50 | 77 |
| Binary | 11000111 | 10011100 | 1111011 | 0 | 10110 | 100110 | 10110 | 11010 | 101000 | 111111 |
Color Harmonies of #C79C7B
Complementary color
Monochromatic Colors of #C79C7B
Black with #C79C7B
Text Example
Text Example
White with #C79C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C7B; }
p { color: rgb(199,156,123); }
H1.HeaderClassName
{
color: #C79C7B;
}
.AnyTagClassName
{
color: #C79C7B;
}
</style>
background-color css
<style>
a { background-color: #C79C7B; }
a { background-color: rgb(199,156,123); }
div.DivClassName
{
background-color: #C79C7B;
}
.BgClassName
{
background-color: #C79C7B;
}
</style>
border-color css
<style>
span { border-color: #C79C7B; }
span { border-color: rgb(199,156,123); }
td.TdClassName
{
border-color: #C79C7B;
}
.TagClassName
{
border-color: #C79C7B;
}
</style>