Shades of Rodeo Dust #C1A18E
Tints of Rodeo Dust #C1A18E
RGB
CMYK
RGB Variations
Color information
#C1A18E (or 0xC1A18E) is known color: Rodeo Dust. HEX triplet: C1, A1 and 8E. RGB value is (193,161,142). Sum of RGB (Red+Green+Blue) = 193+161+142=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A18E is #3E5E71. Grayscale: #A8A8A8. Windows color (decimal): -4087410 or 9347521. OLE color: 9347521.
HSL color Cylindrical-coordinate representation of color #C1A18E: hue angle of 22.35º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1A18E is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 161 | 142 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.24 |
| HSL | 22.35º | 0.29% | 0.66% | - |
| HSV(B) | 22.35º | 0.26% | 0.76% | - |
| XYZ | 39.62 | 38.78 | 30.99 | - |
| YUV | 168.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 161 | 142 | 0 | 0.17 | 0.26 | 0.24 | 22.35 | 0.29 | 0.66 |
| Hex | C1 | A1 | 8E | 0 | 11 | 1A | 18 | 16 | 1D | 42 |
| Octal | 301 | 241 | 216 | 0 | 21 | 32 | 30 | 26 | 35 | 102 |
| Binary | 11000001 | 10100001 | 10001110 | 0 | 10001 | 11010 | 11000 | 10110 | 11101 | 1000010 |
Color Harmonies of #C1A18E
Complementary color
Monochromatic Colors of #C1A18E
Black with #C1A18E
Text Example
Text Example
White with #C1A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A18E; }
p { color: rgb(193,161,142); }
H1.HeaderClassName
{
color: #C1A18E;
}
.AnyTagClassName
{
color: #C1A18E;
}
</style>
background-color css
<style>
a { background-color: #C1A18E; }
a { background-color: rgb(193,161,142); }
div.DivClassName
{
background-color: #C1A18E;
}
.BgClassName
{
background-color: #C1A18E;
}
</style>
border-color css
<style>
span { border-color: #C1A18E; }
span { border-color: rgb(193,161,142); }
td.TdClassName
{
border-color: #C1A18E;
}
.TagClassName
{
border-color: #C1A18E;
}
</style>