Shades of Rodeo Dust #C4A181
Tints of Rodeo Dust #C4A181
RGB
CMYK
RGB Variations
Color information
#C4A181 (or 0xC4A181) is known color: Rodeo Dust. HEX triplet: C4, A1 and 81. RGB value is (196,161,129). Sum of RGB (Red+Green+Blue) = 196+161+129=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A181 is #3B5E7E. Grayscale: #A7A7A7. Windows color (decimal): -3890815 or 8495556. OLE color: 8495556.
HSL color Cylindrical-coordinate representation of color #C4A181: hue angle of 28.66º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4A181 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 129 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.23 |
| HSL | 28.66º | 0.36% | 0.64% | - |
| HSV(B) | 28.66º | 0.34% | 0.77% | - |
| XYZ | 39.47 | 38.81 | 26.18 | - |
| YUV | 167.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 129 | 0 | 0.18 | 0.34 | 0.23 | 28.66 | 0.36 | 0.64 |
| Hex | C4 | A1 | 81 | 0 | 12 | 22 | 17 | 1D | 24 | 40 |
| Octal | 304 | 241 | 201 | 0 | 22 | 42 | 27 | 35 | 44 | 100 |
| Binary | 11000100 | 10100001 | 10000001 | 0 | 10010 | 100010 | 10111 | 11101 | 100100 | 1000000 |
Color Harmonies of #C4A181
Complementary color
Monochromatic Colors of #C4A181
Black with #C4A181
Text Example
Text Example
White with #C4A181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A181; }
p { color: rgb(196,161,129); }
H1.HeaderClassName
{
color: #C4A181;
}
.AnyTagClassName
{
color: #C4A181;
}
</style>
background-color css
<style>
a { background-color: #C4A181; }
a { background-color: rgb(196,161,129); }
div.DivClassName
{
background-color: #C4A181;
}
.BgClassName
{
background-color: #C4A181;
}
</style>
border-color css
<style>
span { border-color: #C4A181; }
span { border-color: rgb(196,161,129); }
td.TdClassName
{
border-color: #C4A181;
}
.TagClassName
{
border-color: #C4A181;
}
</style>