Shades of Rodeo Dust #C3A47A
Tints of Rodeo Dust #C3A47A
RGB
CMYK
RGB Variations
Color information
#C3A47A (or 0xC3A47A) is known color: Rodeo Dust. HEX triplet: C3, A4 and 7A. RGB value is (195,164,122). Sum of RGB (Red+Green+Blue) = 195+164+122=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A47A is #3C5B85. Grayscale: #A8A8A8. Windows color (decimal): -3955590 or 8037571. OLE color: 8037571.
HSL color Cylindrical-coordinate representation of color #C3A47A: hue angle of 34.52º 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 #C3A47A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 122 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.24 |
| HSL | 34.52º | 0.38% | 0.62% | - |
| HSV(B) | 34.52º | 0.37% | 0.76% | - |
| XYZ | 39.29 | 39.56 | 23.98 | - |
| YUV | 168.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 122 | 0 | 0.16 | 0.37 | 0.24 | 34.52 | 0.38 | 0.62 |
| Hex | C3 | A4 | 7A | 0 | 10 | 25 | 18 | 23 | 26 | 3E |
| Octal | 303 | 244 | 172 | 0 | 20 | 45 | 30 | 43 | 46 | 76 |
| Binary | 11000011 | 10100100 | 1111010 | 0 | 10000 | 100101 | 11000 | 100011 | 100110 | 111110 |
Color Harmonies of #C3A47A
Complementary color
Monochromatic Colors of #C3A47A
Black with #C3A47A
Text Example
Text Example
White with #C3A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A47A; }
p { color: rgb(195,164,122); }
H1.HeaderClassName
{
color: #C3A47A;
}
.AnyTagClassName
{
color: #C3A47A;
}
</style>
background-color css
<style>
a { background-color: #C3A47A; }
a { background-color: rgb(195,164,122); }
div.DivClassName
{
background-color: #C3A47A;
}
.BgClassName
{
background-color: #C3A47A;
}
</style>
border-color css
<style>
span { border-color: #C3A47A; }
span { border-color: rgb(195,164,122); }
td.TdClassName
{
border-color: #C3A47A;
}
.TagClassName
{
border-color: #C3A47A;
}
</style>