Shades of Rodeo Dust #C4A58D
Tints of Rodeo Dust #C4A58D
RGB
CMYK
RGB Variations
Color information
#C4A58D (or 0xC4A58D) is known color: Rodeo Dust. HEX triplet: C4, A5 and 8D. RGB value is (196,165,141). Sum of RGB (Red+Green+Blue) = 196+165+141=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A58D is #3B5A72. Grayscale: #ABABAB. Windows color (decimal): -3889779 or 9283012. OLE color: 9283012.
HSL color Cylindrical-coordinate representation of color #C4A58D: hue angle of 26.18º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4A58D is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 141 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.23 |
| HSL | 26.18º | 0.32% | 0.66% | - |
| HSV(B) | 26.18º | 0.28% | 0.77% | - |
| XYZ | 41.03 | 40.57 | 30.87 | - |
| YUV | 171.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 141 | 0 | 0.16 | 0.28 | 0.23 | 26.18 | 0.32 | 0.66 |
| Hex | C4 | A5 | 8D | 0 | 10 | 1C | 17 | 1A | 20 | 42 |
| Octal | 304 | 245 | 215 | 0 | 20 | 34 | 27 | 32 | 40 | 102 |
| Binary | 11000100 | 10100101 | 10001101 | 0 | 10000 | 11100 | 10111 | 11010 | 100000 | 1000010 |
Color Harmonies of #C4A58D
Complementary color
Monochromatic Colors of #C4A58D
Black with #C4A58D
Text Example
Text Example
White with #C4A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A58D; }
p { color: rgb(196,165,141); }
H1.HeaderClassName
{
color: #C4A58D;
}
.AnyTagClassName
{
color: #C4A58D;
}
</style>
background-color css
<style>
a { background-color: #C4A58D; }
a { background-color: rgb(196,165,141); }
div.DivClassName
{
background-color: #C4A58D;
}
.BgClassName
{
background-color: #C4A58D;
}
</style>
border-color css
<style>
span { border-color: #C4A58D; }
span { border-color: rgb(196,165,141); }
td.TdClassName
{
border-color: #C4A58D;
}
.TagClassName
{
border-color: #C4A58D;
}
</style>