Shades of Rodeo Dust #C4A37F
Tints of Rodeo Dust #C4A37F
RGB
CMYK
RGB Variations
Color information
#C4A37F (or 0xC4A37F) is known color: Rodeo Dust. HEX triplet: C4, A3 and 7F. RGB value is (196,163,127). Sum of RGB (Red+Green+Blue) = 196+163+127=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A37F is #3B5C80. Grayscale: #A8A8A8. Windows color (decimal): -3890305 or 8364996. OLE color: 8364996.
HSL color Cylindrical-coordinate representation of color #C4A37F: hue angle of 31.3º 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 #C4A37F is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 127 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.23 |
| HSL | 31.3º | 0.37% | 0.63% | - |
| HSV(B) | 31.3º | 0.35% | 0.77% | - |
| XYZ | 39.69 | 39.46 | 25.6 | - |
| YUV | 168.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 127 | 0 | 0.17 | 0.35 | 0.23 | 31.3 | 0.37 | 0.63 |
| Hex | C4 | A3 | 7F | 0 | 11 | 23 | 17 | 1F | 25 | 3F |
| Octal | 304 | 243 | 177 | 0 | 21 | 43 | 27 | 37 | 45 | 77 |
| Binary | 11000100 | 10100011 | 1111111 | 0 | 10001 | 100011 | 10111 | 11111 | 100101 | 111111 |
Color Harmonies of #C4A37F
Complementary color
Monochromatic Colors of #C4A37F
Black with #C4A37F
Text Example
Text Example
White with #C4A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A37F; }
p { color: rgb(196,163,127); }
H1.HeaderClassName
{
color: #C4A37F;
}
.AnyTagClassName
{
color: #C4A37F;
}
</style>
background-color css
<style>
a { background-color: #C4A37F; }
a { background-color: rgb(196,163,127); }
div.DivClassName
{
background-color: #C4A37F;
}
.BgClassName
{
background-color: #C4A37F;
}
</style>
border-color css
<style>
span { border-color: #C4A37F; }
span { border-color: rgb(196,163,127); }
td.TdClassName
{
border-color: #C4A37F;
}
.TagClassName
{
border-color: #C4A37F;
}
</style>