Shades of Rodeo Dust #C8A178
Tints of Rodeo Dust #C8A178
RGB
CMYK
RGB Variations
Color information
#C8A178 (or 0xC8A178) is known color: Rodeo Dust. HEX triplet: C8, A1 and 78. RGB value is (200,161,120). Sum of RGB (Red+Green+Blue) = 200+161+120=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A178 is #375E87. Grayscale: #A8A8A8. Windows color (decimal): -3628680 or 7905736. OLE color: 7905736.
HSL color Cylindrical-coordinate representation of color #C8A178: hue angle of 30.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8A178 is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 120 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.22 |
| HSL | 30.75º | 0.42% | 0.63% | - |
| HSV(B) | 30.75º | 0.4% | 0.78% | - |
| XYZ | 39.95 | 39.13 | 23.22 | - |
| YUV | 167.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 120 | 0 | 0.19 | 0.4 | 0.22 | 30.75 | 0.42 | 0.63 |
| Hex | C8 | A1 | 78 | 0 | 13 | 28 | 16 | 1F | 2A | 3F |
| Octal | 310 | 241 | 170 | 0 | 23 | 50 | 26 | 37 | 52 | 77 |
| Binary | 11001000 | 10100001 | 1111000 | 0 | 10011 | 101000 | 10110 | 11111 | 101010 | 111111 |
Color Harmonies of #C8A178
Complementary color
Monochromatic Colors of #C8A178
Black with #C8A178
Text Example
Text Example
White with #C8A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A178; }
p { color: rgb(200,161,120); }
H1.HeaderClassName
{
color: #C8A178;
}
.AnyTagClassName
{
color: #C8A178;
}
</style>
background-color css
<style>
a { background-color: #C8A178; }
a { background-color: rgb(200,161,120); }
div.DivClassName
{
background-color: #C8A178;
}
.BgClassName
{
background-color: #C8A178;
}
</style>
border-color css
<style>
span { border-color: #C8A178; }
span { border-color: rgb(200,161,120); }
td.TdClassName
{
border-color: #C8A178;
}
.TagClassName
{
border-color: #C8A178;
}
</style>