Shades of Rodeo Dust #C3A07A
Tints of Rodeo Dust #C3A07A
RGB
CMYK
RGB Variations
Color information
#C3A07A (or 0xC3A07A) is known color: Rodeo Dust. HEX triplet: C3, A0 and 7A. RGB value is (195,160,122). Sum of RGB (Red+Green+Blue) = 195+160+122=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A07A is #3C5F85. Grayscale: #A6A6A6. Windows color (decimal): -3956614 or 8036547. OLE color: 8036547.
HSL color Cylindrical-coordinate representation of color #C3A07A: hue angle of 31.23º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3A07A is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 122 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.24 |
| HSL | 31.23º | 0.38% | 0.62% | - |
| HSV(B) | 31.23º | 0.37% | 0.76% | - |
| XYZ | 38.59 | 38.15 | 23.74 | - |
| YUV | 166.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 122 | 0 | 0.18 | 0.37 | 0.24 | 31.23 | 0.38 | 0.62 |
| Hex | C3 | A0 | 7A | 0 | 12 | 25 | 18 | 1F | 26 | 3E |
| Octal | 303 | 240 | 172 | 0 | 22 | 45 | 30 | 37 | 46 | 76 |
| Binary | 11000011 | 10100000 | 1111010 | 0 | 10010 | 100101 | 11000 | 11111 | 100110 | 111110 |
Color Harmonies of #C3A07A
Complementary color
Monochromatic Colors of #C3A07A
Black with #C3A07A
Text Example
Text Example
White with #C3A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A07A; }
p { color: rgb(195,160,122); }
H1.HeaderClassName
{
color: #C3A07A;
}
.AnyTagClassName
{
color: #C3A07A;
}
</style>
background-color css
<style>
a { background-color: #C3A07A; }
a { background-color: rgb(195,160,122); }
div.DivClassName
{
background-color: #C3A07A;
}
.BgClassName
{
background-color: #C3A07A;
}
</style>
border-color css
<style>
span { border-color: #C3A07A; }
span { border-color: rgb(195,160,122); }
td.TdClassName
{
border-color: #C3A07A;
}
.TagClassName
{
border-color: #C3A07A;
}
</style>