Shades of Rodeo Dust #C2A185
Tints of Rodeo Dust #C2A185
RGB
CMYK
RGB Variations
Color information
#C2A185 (or 0xC2A185) is known color: Rodeo Dust. HEX triplet: C2, A1 and 85. RGB value is (194,161,133). Sum of RGB (Red+Green+Blue) = 194+161+133=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A185 is #3D5E7A. Grayscale: #A7A7A7. Windows color (decimal): -4021883 or 8757698. OLE color: 8757698.
HSL color Cylindrical-coordinate representation of color #C2A185: hue angle of 27.54º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2A185 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 133 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.24 |
| HSL | 27.54º | 0.33% | 0.64% | - |
| HSV(B) | 27.54º | 0.31% | 0.76% | - |
| XYZ | 39.23 | 38.65 | 27.58 | - |
| YUV | 167.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 133 | 0 | 0.17 | 0.31 | 0.24 | 27.54 | 0.33 | 0.64 |
| Hex | C2 | A1 | 85 | 0 | 11 | 1F | 18 | 1C | 21 | 40 |
| Octal | 302 | 241 | 205 | 0 | 21 | 37 | 30 | 34 | 41 | 100 |
| Binary | 11000010 | 10100001 | 10000101 | 0 | 10001 | 11111 | 11000 | 11100 | 100001 | 1000000 |
Color Harmonies of #C2A185
Complementary color
Monochromatic Colors of #C2A185
Black with #C2A185
Text Example
Text Example
White with #C2A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A185; }
p { color: rgb(194,161,133); }
H1.HeaderClassName
{
color: #C2A185;
}
.AnyTagClassName
{
color: #C2A185;
}
</style>
background-color css
<style>
a { background-color: #C2A185; }
a { background-color: rgb(194,161,133); }
div.DivClassName
{
background-color: #C2A185;
}
.BgClassName
{
background-color: #C2A185;
}
</style>
border-color css
<style>
span { border-color: #C2A185; }
span { border-color: rgb(194,161,133); }
td.TdClassName
{
border-color: #C2A185;
}
.TagClassName
{
border-color: #C2A185;
}
</style>