Shades of Rodeo Dust #C4A480
Tints of Rodeo Dust #C4A480
RGB
CMYK
RGB Variations
Color information
#C4A480 (or 0xC4A480) is known color: Rodeo Dust. HEX triplet: C4, A4 and 80. RGB value is (196,164,128). Sum of RGB (Red+Green+Blue) = 196+164+128=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A480 is #3B5B7F. Grayscale: #A9A9A9. Windows color (decimal): -3890048 or 8430788. OLE color: 8430788.
HSL color Cylindrical-coordinate representation of color #C4A480: hue angle of 31.76º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4A480 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 128 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.23 |
| HSL | 31.76º | 0.37% | 0.64% | - |
| HSV(B) | 31.76º | 0.35% | 0.77% | - |
| XYZ | 39.94 | 39.85 | 26.01 | - |
| YUV | 169.46 | 104.6 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 128 | 0 | 0.16 | 0.35 | 0.23 | 31.76 | 0.37 | 0.64 |
| Hex | C4 | A4 | 80 | 0 | 10 | 23 | 17 | 20 | 25 | 40 |
| Octal | 304 | 244 | 200 | 0 | 20 | 43 | 27 | 40 | 45 | 100 |
| Binary | 11000100 | 10100100 | 10000000 | 0 | 10000 | 100011 | 10111 | 100000 | 100101 | 1000000 |
Color Harmonies of #C4A480
Complementary color
Monochromatic Colors of #C4A480
Black with #C4A480
Text Example
Text Example
White with #C4A480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A480; }
p { color: rgb(196,164,128); }
H1.HeaderClassName
{
color: #C4A480;
}
.AnyTagClassName
{
color: #C4A480;
}
</style>
background-color css
<style>
a { background-color: #C4A480; }
a { background-color: rgb(196,164,128); }
div.DivClassName
{
background-color: #C4A480;
}
.BgClassName
{
background-color: #C4A480;
}
</style>
border-color css
<style>
span { border-color: #C4A480; }
span { border-color: rgb(196,164,128); }
td.TdClassName
{
border-color: #C4A480;
}
.TagClassName
{
border-color: #C4A480;
}
</style>