Shades of Rodeo Dust #C4A07F
Tints of Rodeo Dust #C4A07F
RGB
CMYK
RGB Variations
Color information
#C4A07F (or 0xC4A07F) is known color: Rodeo Dust. HEX triplet: C4, A0 and 7F. RGB value is (196,160,127). Sum of RGB (Red+Green+Blue) = 196+160+127=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A07F is #3B5F80. Grayscale: #A7A7A7. Windows color (decimal): -3891073 or 8364228. OLE color: 8364228.
HSL color Cylindrical-coordinate representation of color #C4A07F: hue angle of 28.7º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4A07F is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 127 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.23 |
| HSL | 28.7º | 0.37% | 0.63% | - |
| HSV(B) | 28.7º | 0.35% | 0.77% | - |
| XYZ | 39.17 | 38.41 | 25.43 | - |
| YUV | 167 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 127 | 0 | 0.18 | 0.35 | 0.23 | 28.7 | 0.37 | 0.63 |
| Hex | C4 | A0 | 7F | 0 | 12 | 23 | 17 | 1D | 25 | 3F |
| Octal | 304 | 240 | 177 | 0 | 22 | 43 | 27 | 35 | 45 | 77 |
| Binary | 11000100 | 10100000 | 1111111 | 0 | 10010 | 100011 | 10111 | 11101 | 100101 | 111111 |
Color Harmonies of #C4A07F
Complementary color
Monochromatic Colors of #C4A07F
Black with #C4A07F
Text Example
Text Example
White with #C4A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A07F; }
p { color: rgb(196,160,127); }
H1.HeaderClassName
{
color: #C4A07F;
}
.AnyTagClassName
{
color: #C4A07F;
}
</style>
background-color css
<style>
a { background-color: #C4A07F; }
a { background-color: rgb(196,160,127); }
div.DivClassName
{
background-color: #C4A07F;
}
.BgClassName
{
background-color: #C4A07F;
}
</style>
border-color css
<style>
span { border-color: #C4A07F; }
span { border-color: rgb(196,160,127); }
td.TdClassName
{
border-color: #C4A07F;
}
.TagClassName
{
border-color: #C4A07F;
}
</style>