Shades of Rodeo Dust #C8A07C
Tints of Rodeo Dust #C8A07C
RGB
CMYK
RGB Variations
Color information
#C8A07C (or 0xC8A07C) is known color: Rodeo Dust. HEX triplet: C8, A0 and 7C. RGB value is (200,160,124). Sum of RGB (Red+Green+Blue) = 200+160+124=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A07C is #375F83. Grayscale: #A8A8A8. Windows color (decimal): -3628932 or 8167624. OLE color: 8167624.
HSL color Cylindrical-coordinate representation of color #C8A07C: hue angle of 28.42º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8A07C is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 124 | - |
| CMYK | 0 | 0.2 | 0.38 | 0.22 |
| HSL | 28.42º | 0.41% | 0.64% | - |
| HSV(B) | 28.42º | 0.38% | 0.78% | - |
| XYZ | 40.03 | 38.88 | 24.46 | - |
| YUV | 167.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 124 | 0 | 0.2 | 0.38 | 0.22 | 28.42 | 0.41 | 0.64 |
| Hex | C8 | A0 | 7C | 0 | 14 | 26 | 16 | 1C | 29 | 40 |
| Octal | 310 | 240 | 174 | 0 | 24 | 46 | 26 | 34 | 51 | 100 |
| Binary | 11001000 | 10100000 | 1111100 | 0 | 10100 | 100110 | 10110 | 11100 | 101001 | 1000000 |
Color Harmonies of #C8A07C
Complementary color
Monochromatic Colors of #C8A07C
Black with #C8A07C
Text Example
Text Example
White with #C8A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A07C; }
p { color: rgb(200,160,124); }
H1.HeaderClassName
{
color: #C8A07C;
}
.AnyTagClassName
{
color: #C8A07C;
}
</style>
background-color css
<style>
a { background-color: #C8A07C; }
a { background-color: rgb(200,160,124); }
div.DivClassName
{
background-color: #C8A07C;
}
.BgClassName
{
background-color: #C8A07C;
}
</style>
border-color css
<style>
span { border-color: #C8A07C; }
span { border-color: rgb(200,160,124); }
td.TdClassName
{
border-color: #C8A07C;
}
.TagClassName
{
border-color: #C8A07C;
}
</style>