Shades of Rodeo Dust #C4A187
Tints of Rodeo Dust #C4A187
RGB
CMYK
RGB Variations
Color information
#C4A187 (or 0xC4A187) is known color: Rodeo Dust. HEX triplet: C4, A1 and 87. RGB value is (196,161,135). Sum of RGB (Red+Green+Blue) = 196+161+135=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A187 is #3B5E78. Grayscale: #A8A8A8. Windows color (decimal): -3890809 or 8888772. OLE color: 8888772.
HSL color Cylindrical-coordinate representation of color #C4A187: hue angle of 25.57º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4A187 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 135 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.23 |
| HSL | 25.57º | 0.34% | 0.65% | - |
| HSV(B) | 25.57º | 0.31% | 0.77% | - |
| XYZ | 39.88 | 38.97 | 28.34 | - |
| YUV | 168.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 135 | 0 | 0.18 | 0.31 | 0.23 | 25.57 | 0.34 | 0.65 |
| Hex | C4 | A1 | 87 | 0 | 12 | 1F | 17 | 1A | 22 | 41 |
| Octal | 304 | 241 | 207 | 0 | 22 | 37 | 27 | 32 | 42 | 101 |
| Binary | 11000100 | 10100001 | 10000111 | 0 | 10010 | 11111 | 10111 | 11010 | 100010 | 1000001 |
Color Harmonies of #C4A187
Complementary color
Monochromatic Colors of #C4A187
Black with #C4A187
Text Example
Text Example
White with #C4A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A187; }
p { color: rgb(196,161,135); }
H1.HeaderClassName
{
color: #C4A187;
}
.AnyTagClassName
{
color: #C4A187;
}
</style>
background-color css
<style>
a { background-color: #C4A187; }
a { background-color: rgb(196,161,135); }
div.DivClassName
{
background-color: #C4A187;
}
.BgClassName
{
background-color: #C4A187;
}
</style>
border-color css
<style>
span { border-color: #C4A187; }
span { border-color: rgb(196,161,135); }
td.TdClassName
{
border-color: #C4A187;
}
.TagClassName
{
border-color: #C4A187;
}
</style>