Shades of Rodeo Dust #C1A88E
Tints of Rodeo Dust #C1A88E
RGB
CMYK
RGB Variations
Color information
#C1A88E (or 0xC1A88E) is known color: Rodeo Dust. HEX triplet: C1, A8 and 8E. RGB value is (193,168,142). Sum of RGB (Red+Green+Blue) = 193+168+142=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A88E is #3E5771. Grayscale: #ACACAC. Windows color (decimal): -4085618 or 9349313. OLE color: 9349313.
HSL color Cylindrical-coordinate representation of color #C1A88E: hue angle of 30.59º 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 #C1A88E is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 142 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.24 |
| HSL | 30.59º | 0.29% | 0.66% | - |
| HSV(B) | 30.59º | 0.26% | 0.76% | - |
| XYZ | 40.88 | 41.3 | 31.41 | - |
| YUV | 172.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 142 | 0 | 0.13 | 0.26 | 0.24 | 30.59 | 0.29 | 0.66 |
| Hex | C1 | A8 | 8E | 0 | D | 1A | 18 | 1F | 1D | 42 |
| Octal | 301 | 250 | 216 | 0 | 15 | 32 | 30 | 37 | 35 | 102 |
| Binary | 11000001 | 10101000 | 10001110 | 0 | 1101 | 11010 | 11000 | 11111 | 11101 | 1000010 |
Color Harmonies of #C1A88E
Complementary color
Monochromatic Colors of #C1A88E
Black with #C1A88E
Text Example
Text Example
White with #C1A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A88E; }
p { color: rgb(193,168,142); }
H1.HeaderClassName
{
color: #C1A88E;
}
.AnyTagClassName
{
color: #C1A88E;
}
</style>
background-color css
<style>
a { background-color: #C1A88E; }
a { background-color: rgb(193,168,142); }
div.DivClassName
{
background-color: #C1A88E;
}
.BgClassName
{
background-color: #C1A88E;
}
</style>
border-color css
<style>
span { border-color: #C1A88E; }
span { border-color: rgb(193,168,142); }
td.TdClassName
{
border-color: #C1A88E;
}
.TagClassName
{
border-color: #C1A88E;
}
</style>