Shades of Rodeo Dust #C4A37A
Tints of Rodeo Dust #C4A37A
RGB
CMYK
RGB Variations
Color information
#C4A37A (or 0xC4A37A) is known color: Rodeo Dust. HEX triplet: C4, A3 and 7A. RGB value is (196,163,122). Sum of RGB (Red+Green+Blue) = 196+163+122=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A37A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A37A is #3B5C85. Grayscale: #A8A8A8. Windows color (decimal): -3890310 or 8037316. OLE color: 8037316.
HSL color Cylindrical-coordinate representation of color #C4A37A: hue angle of 33.24º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4A37A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 122 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.23 |
| HSL | 33.24º | 0.39% | 0.62% | - |
| HSV(B) | 33.24º | 0.38% | 0.77% | - |
| XYZ | 39.38 | 39.34 | 23.93 | - |
| YUV | 168.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 122 | 0 | 0.17 | 0.38 | 0.23 | 33.24 | 0.39 | 0.62 |
| Hex | C4 | A3 | 7A | 0 | 11 | 26 | 17 | 21 | 27 | 3E |
| Octal | 304 | 243 | 172 | 0 | 21 | 46 | 27 | 41 | 47 | 76 |
| Binary | 11000100 | 10100011 | 1111010 | 0 | 10001 | 100110 | 10111 | 100001 | 100111 | 111110 |
Color Harmonies of #C4A37A
Complementary color
Monochromatic Colors of #C4A37A
Black with #C4A37A
Text Example
Text Example
White with #C4A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A37A; }
p { color: rgb(196,163,122); }
H1.HeaderClassName
{
color: #C4A37A;
}
.AnyTagClassName
{
color: #C4A37A;
}
</style>
background-color css
<style>
a { background-color: #C4A37A; }
a { background-color: rgb(196,163,122); }
div.DivClassName
{
background-color: #C4A37A;
}
.BgClassName
{
background-color: #C4A37A;
}
</style>
border-color css
<style>
span { border-color: #C4A37A; }
span { border-color: rgb(196,163,122); }
td.TdClassName
{
border-color: #C4A37A;
}
.TagClassName
{
border-color: #C4A37A;
}
</style>