Shades of Rodeo Dust #C3A079
Tints of Rodeo Dust #C3A079
RGB
CMYK
RGB Variations
Color information
#C3A079 (or 0xC3A079) is known color: Rodeo Dust. HEX triplet: C3, A0 and 79. RGB value is (195,160,121). Sum of RGB (Red+Green+Blue) = 195+160+121=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A079 is #3C5F86. Grayscale: #A6A6A6. Windows color (decimal): -3956615 or 7971011. OLE color: 7971011.
HSL color Cylindrical-coordinate representation of color #C3A079: hue angle of 31.62º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3A079 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 121 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.24 |
| HSL | 31.62º | 0.38% | 0.62% | - |
| HSV(B) | 31.62º | 0.38% | 0.76% | - |
| XYZ | 38.53 | 38.12 | 23.42 | - |
| YUV | 166.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 121 | 0 | 0.18 | 0.38 | 0.24 | 31.62 | 0.38 | 0.62 |
| Hex | C3 | A0 | 79 | 0 | 12 | 26 | 18 | 20 | 26 | 3E |
| Octal | 303 | 240 | 171 | 0 | 22 | 46 | 30 | 40 | 46 | 76 |
| Binary | 11000011 | 10100000 | 1111001 | 0 | 10010 | 100110 | 11000 | 100000 | 100110 | 111110 |
Color Harmonies of #C3A079
Complementary color
Monochromatic Colors of #C3A079
Black with #C3A079
Text Example
Text Example
White with #C3A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A079; }
p { color: rgb(195,160,121); }
H1.HeaderClassName
{
color: #C3A079;
}
.AnyTagClassName
{
color: #C3A079;
}
</style>
background-color css
<style>
a { background-color: #C3A079; }
a { background-color: rgb(195,160,121); }
div.DivClassName
{
background-color: #C3A079;
}
.BgClassName
{
background-color: #C3A079;
}
</style>
border-color css
<style>
span { border-color: #C3A079; }
span { border-color: rgb(195,160,121); }
td.TdClassName
{
border-color: #C3A079;
}
.TagClassName
{
border-color: #C3A079;
}
</style>