Shades of Rodeo Dust #C4A885
Tints of Rodeo Dust #C4A885
RGB
CMYK
RGB Variations
Color information
#C4A885 (or 0xC4A885) is known color: Rodeo Dust. HEX triplet: C4, A8 and 85. RGB value is (196,168,133). Sum of RGB (Red+Green+Blue) = 196+168+133=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A885 is #3B577A. Grayscale: #ACACAC. Windows color (decimal): -3889019 or 8759492. OLE color: 8759492.
HSL color Cylindrical-coordinate representation of color #C4A885: hue angle of 33.33º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4A885 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 133 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.23 |
| HSL | 33.33º | 0.35% | 0.65% | - |
| HSV(B) | 33.33º | 0.32% | 0.77% | - |
| XYZ | 41 | 41.43 | 28.03 | - |
| YUV | 172.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 133 | 0 | 0.14 | 0.32 | 0.23 | 33.33 | 0.35 | 0.65 |
| Hex | C4 | A8 | 85 | 0 | E | 20 | 17 | 21 | 23 | 41 |
| Octal | 304 | 250 | 205 | 0 | 16 | 40 | 27 | 41 | 43 | 101 |
| Binary | 11000100 | 10101000 | 10000101 | 0 | 1110 | 100000 | 10111 | 100001 | 100011 | 1000001 |
Color Harmonies of #C4A885
Complementary color
Monochromatic Colors of #C4A885
Black with #C4A885
Text Example
Text Example
White with #C4A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A885; }
p { color: rgb(196,168,133); }
H1.HeaderClassName
{
color: #C4A885;
}
.AnyTagClassName
{
color: #C4A885;
}
</style>
background-color css
<style>
a { background-color: #C4A885; }
a { background-color: rgb(196,168,133); }
div.DivClassName
{
background-color: #C4A885;
}
.BgClassName
{
background-color: #C4A885;
}
</style>
border-color css
<style>
span { border-color: #C4A885; }
span { border-color: rgb(196,168,133); }
td.TdClassName
{
border-color: #C4A885;
}
.TagClassName
{
border-color: #C4A885;
}
</style>