Shades of Rodeo Dust #C4A48C
Tints of Rodeo Dust #C4A48C
RGB
CMYK
RGB Variations
Color information
#C4A48C (or 0xC4A48C) is known color: Rodeo Dust. HEX triplet: C4, A4 and 8C. RGB value is (196,164,140). Sum of RGB (Red+Green+Blue) = 196+164+140=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A48C is #3B5B73. Grayscale: #AAAAAA. Windows color (decimal): -3890036 or 9217220. OLE color: 9217220.
HSL color Cylindrical-coordinate representation of color #C4A48C: hue angle of 25.71º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4A48C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 140 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.23 |
| HSL | 25.71º | 0.32% | 0.66% | - |
| HSV(B) | 25.71º | 0.29% | 0.77% | - |
| XYZ | 40.77 | 40.18 | 30.42 | - |
| YUV | 170.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 140 | 0 | 0.16 | 0.29 | 0.23 | 25.71 | 0.32 | 0.66 |
| Hex | C4 | A4 | 8C | 0 | 10 | 1D | 17 | 1A | 20 | 42 |
| Octal | 304 | 244 | 214 | 0 | 20 | 35 | 27 | 32 | 40 | 102 |
| Binary | 11000100 | 10100100 | 10001100 | 0 | 10000 | 11101 | 10111 | 11010 | 100000 | 1000010 |
Color Harmonies of #C4A48C
Complementary color
Monochromatic Colors of #C4A48C
Black with #C4A48C
Text Example
Text Example
White with #C4A48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A48C; }
p { color: rgb(196,164,140); }
H1.HeaderClassName
{
color: #C4A48C;
}
.AnyTagClassName
{
color: #C4A48C;
}
</style>
background-color css
<style>
a { background-color: #C4A48C; }
a { background-color: rgb(196,164,140); }
div.DivClassName
{
background-color: #C4A48C;
}
.BgClassName
{
background-color: #C4A48C;
}
</style>
border-color css
<style>
span { border-color: #C4A48C; }
span { border-color: rgb(196,164,140); }
td.TdClassName
{
border-color: #C4A48C;
}
.TagClassName
{
border-color: #C4A48C;
}
</style>