Shades of Rodeo Dust #C4A87C
Tints of Rodeo Dust #C4A87C
RGB
CMYK
RGB Variations
Color information
#C4A87C (or 0xC4A87C) is known color: Rodeo Dust. HEX triplet: C4, A8 and 7C. RGB value is (196,168,124). Sum of RGB (Red+Green+Blue) = 196+168+124=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A87C is #3B5783. Grayscale: #ABABAB. Windows color (decimal): -3889028 or 8169668. OLE color: 8169668.
HSL color Cylindrical-coordinate representation of color #C4A87C: hue angle of 36.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4A87C is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 124 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.23 |
| HSL | 36.67º | 0.38% | 0.63% | - |
| HSV(B) | 36.67º | 0.37% | 0.77% | - |
| XYZ | 40.41 | 41.2 | 24.89 | - |
| YUV | 171.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 124 | 0 | 0.14 | 0.37 | 0.23 | 36.67 | 0.38 | 0.63 |
| Hex | C4 | A8 | 7C | 0 | E | 25 | 17 | 25 | 26 | 3F |
| Octal | 304 | 250 | 174 | 0 | 16 | 45 | 27 | 45 | 46 | 77 |
| Binary | 11000100 | 10101000 | 1111100 | 0 | 1110 | 100101 | 10111 | 100101 | 100110 | 111111 |
Color Harmonies of #C4A87C
Complementary color
Monochromatic Colors of #C4A87C
Black with #C4A87C
Text Example
Text Example
White with #C4A87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A87C; }
p { color: rgb(196,168,124); }
H1.HeaderClassName
{
color: #C4A87C;
}
.AnyTagClassName
{
color: #C4A87C;
}
</style>
background-color css
<style>
a { background-color: #C4A87C; }
a { background-color: rgb(196,168,124); }
div.DivClassName
{
background-color: #C4A87C;
}
.BgClassName
{
background-color: #C4A87C;
}
</style>
border-color css
<style>
span { border-color: #C4A87C; }
span { border-color: rgb(196,168,124); }
td.TdClassName
{
border-color: #C4A87C;
}
.TagClassName
{
border-color: #C4A87C;
}
</style>