Shades of Rodeo Dust #C4A280
Tints of Rodeo Dust #C4A280
RGB
CMYK
RGB Variations
Color information
#C4A280 (or 0xC4A280) is known color: Rodeo Dust. HEX triplet: C4, A2 and 80. RGB value is (196,162,128). Sum of RGB (Red+Green+Blue) = 196+162+128=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A280 is #3B5D7F. Grayscale: #A8A8A8. Windows color (decimal): -3890560 or 8430276. OLE color: 8430276.
HSL color Cylindrical-coordinate representation of color #C4A280: hue angle of 30º 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 #C4A280 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 128 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.23 |
| HSL | 30º | 0.37% | 0.64% | - |
| HSV(B) | 30º | 0.35% | 0.77% | - |
| XYZ | 39.58 | 39.13 | 25.89 | - |
| YUV | 168.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 128 | 0 | 0.17 | 0.35 | 0.23 | 30 | 0.37 | 0.64 |
| Hex | C4 | A2 | 80 | 0 | 11 | 23 | 17 | 1E | 25 | 40 |
| Octal | 304 | 242 | 200 | 0 | 21 | 43 | 27 | 36 | 45 | 100 |
| Binary | 11000100 | 10100010 | 10000000 | 0 | 10001 | 100011 | 10111 | 11110 | 100101 | 1000000 |
Color Harmonies of #C4A280
Complementary color
Monochromatic Colors of #C4A280
Black with #C4A280
Text Example
Text Example
White with #C4A280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A280; }
p { color: rgb(196,162,128); }
H1.HeaderClassName
{
color: #C4A280;
}
.AnyTagClassName
{
color: #C4A280;
}
</style>
background-color css
<style>
a { background-color: #C4A280; }
a { background-color: rgb(196,162,128); }
div.DivClassName
{
background-color: #C4A280;
}
.BgClassName
{
background-color: #C4A280;
}
</style>
border-color css
<style>
span { border-color: #C4A280; }
span { border-color: rgb(196,162,128); }
td.TdClassName
{
border-color: #C4A280;
}
.TagClassName
{
border-color: #C4A280;
}
</style>