Shades of Rodeo Dust #C8A185
Tints of Rodeo Dust #C8A185
RGB
CMYK
RGB Variations
Color information
#C8A185 (or 0xC8A185) is known color: Rodeo Dust. HEX triplet: C8, A1 and 85. RGB value is (200,161,133). Sum of RGB (Red+Green+Blue) = 200+161+133=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A185 is #375E7A. Grayscale: #A9A9A9. Windows color (decimal): -3628667 or 8757704. OLE color: 8757704.
HSL color Cylindrical-coordinate representation of color #C8A185: hue angle of 25.07º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8A185 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 133 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.22 |
| HSL | 25.07º | 0.38% | 0.65% | - |
| HSV(B) | 25.07º | 0.34% | 0.78% | - |
| XYZ | 40.8 | 39.46 | 27.66 | - |
| YUV | 169.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 133 | 0 | 0.19 | 0.34 | 0.22 | 25.07 | 0.38 | 0.65 |
| Hex | C8 | A1 | 85 | 0 | 13 | 22 | 16 | 19 | 26 | 41 |
| Octal | 310 | 241 | 205 | 0 | 23 | 42 | 26 | 31 | 46 | 101 |
| Binary | 11001000 | 10100001 | 10000101 | 0 | 10011 | 100010 | 10110 | 11001 | 100110 | 1000001 |
Color Harmonies of #C8A185
Complementary color
Monochromatic Colors of #C8A185
Black with #C8A185
Text Example
Text Example
White with #C8A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A185; }
p { color: rgb(200,161,133); }
H1.HeaderClassName
{
color: #C8A185;
}
.AnyTagClassName
{
color: #C8A185;
}
</style>
background-color css
<style>
a { background-color: #C8A185; }
a { background-color: rgb(200,161,133); }
div.DivClassName
{
background-color: #C8A185;
}
.BgClassName
{
background-color: #C8A185;
}
</style>
border-color css
<style>
span { border-color: #C8A185; }
span { border-color: rgb(200,161,133); }
td.TdClassName
{
border-color: #C8A185;
}
.TagClassName
{
border-color: #C8A185;
}
</style>