Shades of Rodeo Dust #C1A289
Tints of Rodeo Dust #C1A289
RGB
CMYK
RGB Variations
Color information
#C1A289 (or 0xC1A289) is known color: Rodeo Dust. HEX triplet: C1, A2 and 89. RGB value is (193,162,137). Sum of RGB (Red+Green+Blue) = 193+162+137=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A289 is #3E5D76. Grayscale: #A8A8A8. Windows color (decimal): -4087159 or 9020097. OLE color: 9020097.
HSL color Cylindrical-coordinate representation of color #C1A289: hue angle of 26.79º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1A289 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 137 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.24 |
| HSL | 26.79º | 0.31% | 0.65% | - |
| HSV(B) | 26.79º | 0.29% | 0.76% | - |
| XYZ | 39.43 | 38.98 | 29.11 | - |
| YUV | 168.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 137 | 0 | 0.16 | 0.29 | 0.24 | 26.79 | 0.31 | 0.65 |
| Hex | C1 | A2 | 89 | 0 | 10 | 1D | 18 | 1B | 1F | 41 |
| Octal | 301 | 242 | 211 | 0 | 20 | 35 | 30 | 33 | 37 | 101 |
| Binary | 11000001 | 10100010 | 10001001 | 0 | 10000 | 11101 | 11000 | 11011 | 11111 | 1000001 |
Color Harmonies of #C1A289
Complementary color
Monochromatic Colors of #C1A289
Black with #C1A289
Text Example
Text Example
White with #C1A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A289; }
p { color: rgb(193,162,137); }
H1.HeaderClassName
{
color: #C1A289;
}
.AnyTagClassName
{
color: #C1A289;
}
</style>
background-color css
<style>
a { background-color: #C1A289; }
a { background-color: rgb(193,162,137); }
div.DivClassName
{
background-color: #C1A289;
}
.BgClassName
{
background-color: #C1A289;
}
</style>
border-color css
<style>
span { border-color: #C1A289; }
span { border-color: rgb(193,162,137); }
td.TdClassName
{
border-color: #C1A289;
}
.TagClassName
{
border-color: #C1A289;
}
</style>