Shades of Rodeo Dust #C1A890
Tints of Rodeo Dust #C1A890
RGB
CMYK
RGB Variations
Color information
#C1A890 (or 0xC1A890) is known color: Rodeo Dust. HEX triplet: C1, A8 and 90. RGB value is (193,168,144). Sum of RGB (Red+Green+Blue) = 193+168+144=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A890 is #3E576F. Grayscale: #ACACAC. Windows color (decimal): -4085616 or 9480385. OLE color: 9480385.
HSL color Cylindrical-coordinate representation of color #C1A890: hue angle of 29.39º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1A890 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 144 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.24 |
| HSL | 29.39º | 0.28% | 0.66% | - |
| HSV(B) | 29.39º | 0.25% | 0.76% | - |
| XYZ | 41.03 | 41.36 | 32.21 | - |
| YUV | 172.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 144 | 0 | 0.13 | 0.25 | 0.24 | 29.39 | 0.28 | 0.66 |
| Hex | C1 | A8 | 90 | 0 | D | 19 | 18 | 1D | 1C | 42 |
| Octal | 301 | 250 | 220 | 0 | 15 | 31 | 30 | 35 | 34 | 102 |
| Binary | 11000001 | 10101000 | 10010000 | 0 | 1101 | 11001 | 11000 | 11101 | 11100 | 1000010 |
Color Harmonies of #C1A890
Complementary color
Monochromatic Colors of #C1A890
Black with #C1A890
Text Example
Text Example
White with #C1A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A890; }
p { color: rgb(193,168,144); }
H1.HeaderClassName
{
color: #C1A890;
}
.AnyTagClassName
{
color: #C1A890;
}
</style>
background-color css
<style>
a { background-color: #C1A890; }
a { background-color: rgb(193,168,144); }
div.DivClassName
{
background-color: #C1A890;
}
.BgClassName
{
background-color: #C1A890;
}
</style>
border-color css
<style>
span { border-color: #C1A890; }
span { border-color: rgb(193,168,144); }
td.TdClassName
{
border-color: #C1A890;
}
.TagClassName
{
border-color: #C1A890;
}
</style>