Shades of Rodeo Dust #C2A18E
Tints of Rodeo Dust #C2A18E
RGB
CMYK
RGB Variations
Color information
#C2A18E (or 0xC2A18E) is known color: Rodeo Dust. HEX triplet: C2, A1 and 8E. RGB value is (194,161,142). Sum of RGB (Red+Green+Blue) = 194+161+142=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A18E is #3D5E71. Grayscale: #A8A8A8. Windows color (decimal): -4021874 or 9347522. OLE color: 9347522.
HSL color Cylindrical-coordinate representation of color #C2A18E: hue angle of 21.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2A18E is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 142 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.24 |
| HSL | 21.92º | 0.3% | 0.66% | - |
| HSV(B) | 21.92º | 0.27% | 0.76% | - |
| XYZ | 39.88 | 38.91 | 31 | - |
| YUV | 168.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 142 | 0 | 0.17 | 0.27 | 0.24 | 21.92 | 0.3 | 0.66 |
| Hex | C2 | A1 | 8E | 0 | 11 | 1B | 18 | 16 | 1E | 42 |
| Octal | 302 | 241 | 216 | 0 | 21 | 33 | 30 | 26 | 36 | 102 |
| Binary | 11000010 | 10100001 | 10001110 | 0 | 10001 | 11011 | 11000 | 10110 | 11110 | 1000010 |
Color Harmonies of #C2A18E
Complementary color
Monochromatic Colors of #C2A18E
Black with #C2A18E
Text Example
Text Example
White with #C2A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A18E; }
p { color: rgb(194,161,142); }
H1.HeaderClassName
{
color: #C2A18E;
}
.AnyTagClassName
{
color: #C2A18E;
}
</style>
background-color css
<style>
a { background-color: #C2A18E; }
a { background-color: rgb(194,161,142); }
div.DivClassName
{
background-color: #C2A18E;
}
.BgClassName
{
background-color: #C2A18E;
}
</style>
border-color css
<style>
span { border-color: #C2A18E; }
span { border-color: rgb(194,161,142); }
td.TdClassName
{
border-color: #C2A18E;
}
.TagClassName
{
border-color: #C2A18E;
}
</style>