Shades of Rodeo Dust #C4A07D
Tints of Rodeo Dust #C4A07D
RGB
CMYK
RGB Variations
Color information
#C4A07D (or 0xC4A07D) is known color: Rodeo Dust. HEX triplet: C4, A0 and 7D. RGB value is (196,160,125). Sum of RGB (Red+Green+Blue) = 196+160+125=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A07D is #3B5F82. Grayscale: #A6A6A6. Windows color (decimal): -3891075 or 8233156. OLE color: 8233156.
HSL color Cylindrical-coordinate representation of color #C4A07D: hue angle of 29.58º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4A07D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 125 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.23 |
| HSL | 29.58º | 0.38% | 0.63% | - |
| HSV(B) | 29.58º | 0.36% | 0.77% | - |
| XYZ | 39.04 | 38.36 | 24.75 | - |
| YUV | 166.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 125 | 0 | 0.18 | 0.36 | 0.23 | 29.58 | 0.38 | 0.63 |
| Hex | C4 | A0 | 7D | 0 | 12 | 24 | 17 | 1E | 26 | 3F |
| Octal | 304 | 240 | 175 | 0 | 22 | 44 | 27 | 36 | 46 | 77 |
| Binary | 11000100 | 10100000 | 1111101 | 0 | 10010 | 100100 | 10111 | 11110 | 100110 | 111111 |
Color Harmonies of #C4A07D
Complementary color
Monochromatic Colors of #C4A07D
Black with #C4A07D
Text Example
Text Example
White with #C4A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A07D; }
p { color: rgb(196,160,125); }
H1.HeaderClassName
{
color: #C4A07D;
}
.AnyTagClassName
{
color: #C4A07D;
}
</style>
background-color css
<style>
a { background-color: #C4A07D; }
a { background-color: rgb(196,160,125); }
div.DivClassName
{
background-color: #C4A07D;
}
.BgClassName
{
background-color: #C4A07D;
}
</style>
border-color css
<style>
span { border-color: #C4A07D; }
span { border-color: rgb(196,160,125); }
td.TdClassName
{
border-color: #C4A07D;
}
.TagClassName
{
border-color: #C4A07D;
}
</style>