Shades of Rodeo Dust #C4AB8E
Tints of Rodeo Dust #C4AB8E
RGB
CMYK
RGB Variations
Color information
#C4AB8E (or 0xC4AB8E) is known color: Rodeo Dust. HEX triplet: C4, AB and 8E. RGB value is (196,171,142). Sum of RGB (Red+Green+Blue) = 196+171+142=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB8E is #3B5471. Grayscale: #AFAFAF. Windows color (decimal): -3888242 or 9350084. OLE color: 9350084.
HSL color Cylindrical-coordinate representation of color #C4AB8E: hue angle of 32.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4AB8E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 142 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.23 |
| HSL | 32.22º | 0.31% | 0.66% | - |
| HSV(B) | 32.22º | 0.28% | 0.77% | - |
| XYZ | 42.21 | 42.81 | 31.63 | - |
| YUV | 175.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 142 | 0 | 0.13 | 0.28 | 0.23 | 32.22 | 0.31 | 0.66 |
| Hex | C4 | AB | 8E | 0 | D | 1C | 17 | 20 | 1F | 42 |
| Octal | 304 | 253 | 216 | 0 | 15 | 34 | 27 | 40 | 37 | 102 |
| Binary | 11000100 | 10101011 | 10001110 | 0 | 1101 | 11100 | 10111 | 100000 | 11111 | 1000010 |
Color Harmonies of #C4AB8E
Complementary color
Monochromatic Colors of #C4AB8E
Black with #C4AB8E
Text Example
Text Example
White with #C4AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB8E; }
p { color: rgb(196,171,142); }
H1.HeaderClassName
{
color: #C4AB8E;
}
.AnyTagClassName
{
color: #C4AB8E;
}
</style>
background-color css
<style>
a { background-color: #C4AB8E; }
a { background-color: rgb(196,171,142); }
div.DivClassName
{
background-color: #C4AB8E;
}
.BgClassName
{
background-color: #C4AB8E;
}
</style>
border-color css
<style>
span { border-color: #C4AB8E; }
span { border-color: rgb(196,171,142); }
td.TdClassName
{
border-color: #C4AB8E;
}
.TagClassName
{
border-color: #C4AB8E;
}
</style>