Shades of Rodeo Dust #C4A67C
Tints of Rodeo Dust #C4A67C
RGB
CMYK
RGB Variations
Color information
#C4A67C (or 0xC4A67C) is known color: Rodeo Dust. HEX triplet: C4, A6 and 7C. RGB value is (196,166,124). Sum of RGB (Red+Green+Blue) = 196+166+124=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A67C is #3B5983. Grayscale: #AAAAAA. Windows color (decimal): -3889540 or 8169156. OLE color: 8169156.
HSL color Cylindrical-coordinate representation of color #C4A67C: hue angle of 35º 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 #C4A67C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 124 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.23 |
| HSL | 35º | 0.38% | 0.63% | - |
| HSV(B) | 35º | 0.37% | 0.77% | - |
| XYZ | 40.04 | 40.46 | 24.77 | - |
| YUV | 170.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 124 | 0 | 0.15 | 0.37 | 0.23 | 35 | 0.38 | 0.63 |
| Hex | C4 | A6 | 7C | 0 | F | 25 | 17 | 23 | 26 | 3F |
| Octal | 304 | 246 | 174 | 0 | 17 | 45 | 27 | 43 | 46 | 77 |
| Binary | 11000100 | 10100110 | 1111100 | 0 | 1111 | 100101 | 10111 | 100011 | 100110 | 111111 |
Color Harmonies of #C4A67C
Complementary color
Monochromatic Colors of #C4A67C
Black with #C4A67C
Text Example
Text Example
White with #C4A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A67C; }
p { color: rgb(196,166,124); }
H1.HeaderClassName
{
color: #C4A67C;
}
.AnyTagClassName
{
color: #C4A67C;
}
</style>
background-color css
<style>
a { background-color: #C4A67C; }
a { background-color: rgb(196,166,124); }
div.DivClassName
{
background-color: #C4A67C;
}
.BgClassName
{
background-color: #C4A67C;
}
</style>
border-color css
<style>
span { border-color: #C4A67C; }
span { border-color: rgb(196,166,124); }
td.TdClassName
{
border-color: #C4A67C;
}
.TagClassName
{
border-color: #C4A67C;
}
</style>