Shades of Rodeo Dust #C1A791
Tints of Rodeo Dust #C1A791
RGB
CMYK
RGB Variations
Color information
#C1A791 (or 0xC1A791) is known color: Rodeo Dust. HEX triplet: C1, A7 and 91. RGB value is (193,167,145). Sum of RGB (Red+Green+Blue) = 193+167+145=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A791 is #3E586E. Grayscale: #ACACAC. Windows color (decimal): -4085871 or 9545665. OLE color: 9545665.
HSL color Cylindrical-coordinate representation of color #C1A791: hue angle of 27.5º 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 #C1A791 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 145 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.24 |
| HSL | 27.5º | 0.28% | 0.66% | - |
| HSV(B) | 27.5º | 0.25% | 0.76% | - |
| XYZ | 40.92 | 41.02 | 32.55 | - |
| YUV | 172.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 145 | 0 | 0.13 | 0.25 | 0.24 | 27.5 | 0.28 | 0.66 |
| Hex | C1 | A7 | 91 | 0 | D | 19 | 18 | 1C | 1C | 42 |
| Octal | 301 | 247 | 221 | 0 | 15 | 31 | 30 | 34 | 34 | 102 |
| Binary | 11000001 | 10100111 | 10010001 | 0 | 1101 | 11001 | 11000 | 11100 | 11100 | 1000010 |
Color Harmonies of #C1A791
Complementary color
Monochromatic Colors of #C1A791
Black with #C1A791
Text Example
Text Example
White with #C1A791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A791; }
p { color: rgb(193,167,145); }
H1.HeaderClassName
{
color: #C1A791;
}
.AnyTagClassName
{
color: #C1A791;
}
</style>
background-color css
<style>
a { background-color: #C1A791; }
a { background-color: rgb(193,167,145); }
div.DivClassName
{
background-color: #C1A791;
}
.BgClassName
{
background-color: #C1A791;
}
</style>
border-color css
<style>
span { border-color: #C1A791; }
span { border-color: rgb(193,167,145); }
td.TdClassName
{
border-color: #C1A791;
}
.TagClassName
{
border-color: #C1A791;
}
</style>