Shades of Rodeo Dust #C4A58C
Tints of Rodeo Dust #C4A58C
RGB
CMYK
RGB Variations
Color information
#C4A58C (or 0xC4A58C) is known color: Rodeo Dust. HEX triplet: C4, A5 and 8C. RGB value is (196,165,140). Sum of RGB (Red+Green+Blue) = 196+165+140=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A58C is #3B5A73. Grayscale: #ABABAB. Windows color (decimal): -3889780 or 9217476. OLE color: 9217476.
HSL color Cylindrical-coordinate representation of color #C4A58C: hue angle of 26.79º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4A58C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 140 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.23 |
| HSL | 26.79º | 0.32% | 0.66% | - |
| HSV(B) | 26.79º | 0.29% | 0.77% | - |
| XYZ | 40.95 | 40.54 | 30.48 | - |
| YUV | 171.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 140 | 0 | 0.16 | 0.29 | 0.23 | 26.79 | 0.32 | 0.66 |
| Hex | C4 | A5 | 8C | 0 | 10 | 1D | 17 | 1B | 20 | 42 |
| Octal | 304 | 245 | 214 | 0 | 20 | 35 | 27 | 33 | 40 | 102 |
| Binary | 11000100 | 10100101 | 10001100 | 0 | 10000 | 11101 | 10111 | 11011 | 100000 | 1000010 |
Color Harmonies of #C4A58C
Complementary color
Monochromatic Colors of #C4A58C
Black with #C4A58C
Text Example
Text Example
White with #C4A58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A58C; }
p { color: rgb(196,165,140); }
H1.HeaderClassName
{
color: #C4A58C;
}
.AnyTagClassName
{
color: #C4A58C;
}
</style>
background-color css
<style>
a { background-color: #C4A58C; }
a { background-color: rgb(196,165,140); }
div.DivClassName
{
background-color: #C4A58C;
}
.BgClassName
{
background-color: #C4A58C;
}
</style>
border-color css
<style>
span { border-color: #C4A58C; }
span { border-color: rgb(196,165,140); }
td.TdClassName
{
border-color: #C4A58C;
}
.TagClassName
{
border-color: #C4A58C;
}
</style>