Shades of Rodeo Dust #C4A584
Tints of Rodeo Dust #C4A584
RGB
CMYK
RGB Variations
Color information
#C4A584 (or 0xC4A584) is known color: Rodeo Dust. HEX triplet: C4, A5 and 84. RGB value is (196,165,132). Sum of RGB (Red+Green+Blue) = 196+165+132=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A584 is #3B5A7B. Grayscale: #AAAAAA. Windows color (decimal): -3889788 or 8693188. OLE color: 8693188.
HSL color Cylindrical-coordinate representation of color #C4A584: hue angle of 30.94º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4A584 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 132 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.23 |
| HSL | 30.94º | 0.35% | 0.64% | - |
| HSV(B) | 30.94º | 0.33% | 0.77% | - |
| XYZ | 40.38 | 40.31 | 27.48 | - |
| YUV | 170.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 132 | 0 | 0.16 | 0.33 | 0.23 | 30.94 | 0.35 | 0.64 |
| Hex | C4 | A5 | 84 | 0 | 10 | 21 | 17 | 1F | 23 | 40 |
| Octal | 304 | 245 | 204 | 0 | 20 | 41 | 27 | 37 | 43 | 100 |
| Binary | 11000100 | 10100101 | 10000100 | 0 | 10000 | 100001 | 10111 | 11111 | 100011 | 1000000 |
Color Harmonies of #C4A584
Complementary color
Monochromatic Colors of #C4A584
Black with #C4A584
Text Example
Text Example
White with #C4A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A584; }
p { color: rgb(196,165,132); }
H1.HeaderClassName
{
color: #C4A584;
}
.AnyTagClassName
{
color: #C4A584;
}
</style>
background-color css
<style>
a { background-color: #C4A584; }
a { background-color: rgb(196,165,132); }
div.DivClassName
{
background-color: #C4A584;
}
.BgClassName
{
background-color: #C4A584;
}
</style>
border-color css
<style>
span { border-color: #C4A584; }
span { border-color: rgb(196,165,132); }
td.TdClassName
{
border-color: #C4A584;
}
.TagClassName
{
border-color: #C4A584;
}
</style>