Shades of Rodeo Dust #C1A781
Tints of Rodeo Dust #C1A781
RGB
CMYK
RGB Variations
Color information
#C1A781 (or 0xC1A781) is known color: Rodeo Dust. HEX triplet: C1, A7 and 81. RGB value is (193,167,129). Sum of RGB (Red+Green+Blue) = 193+167+129=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A781 is #3E587E. Grayscale: #AAAAAA. Windows color (decimal): -4085887 or 8497089. OLE color: 8497089.
HSL color Cylindrical-coordinate representation of color #C1A781: hue angle of 35.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1A781 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 129 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.24 |
| HSL | 35.63º | 0.34% | 0.63% | - |
| HSV(B) | 35.63º | 0.33% | 0.76% | - |
| XYZ | 39.77 | 40.56 | 26.5 | - |
| YUV | 170.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 129 | 0 | 0.13 | 0.33 | 0.24 | 35.63 | 0.34 | 0.63 |
| Hex | C1 | A7 | 81 | 0 | D | 21 | 18 | 24 | 22 | 3F |
| Octal | 301 | 247 | 201 | 0 | 15 | 41 | 30 | 44 | 42 | 77 |
| Binary | 11000001 | 10100111 | 10000001 | 0 | 1101 | 100001 | 11000 | 100100 | 100010 | 111111 |
Color Harmonies of #C1A781
Complementary color
Monochromatic Colors of #C1A781
Black with #C1A781
Text Example
Text Example
White with #C1A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A781; }
p { color: rgb(193,167,129); }
H1.HeaderClassName
{
color: #C1A781;
}
.AnyTagClassName
{
color: #C1A781;
}
</style>
background-color css
<style>
a { background-color: #C1A781; }
a { background-color: rgb(193,167,129); }
div.DivClassName
{
background-color: #C1A781;
}
.BgClassName
{
background-color: #C1A781;
}
</style>
border-color css
<style>
span { border-color: #C1A781; }
span { border-color: rgb(193,167,129); }
td.TdClassName
{
border-color: #C1A781;
}
.TagClassName
{
border-color: #C1A781;
}
</style>