Shades of Rodeo Dust #C3A789
Tints of Rodeo Dust #C3A789
RGB
CMYK
RGB Variations
Color information
#C3A789 (or 0xC3A789) is known color: Rodeo Dust. HEX triplet: C3, A7 and 89. RGB value is (195,167,137). Sum of RGB (Red+Green+Blue) = 195+167+137=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A789 is #3C5876. Grayscale: #ACACAC. Windows color (decimal): -3954807 or 9021379. OLE color: 9021379.
HSL color Cylindrical-coordinate representation of color #C3A789: hue angle of 31.03º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3A789 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 137 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.24 |
| HSL | 31.03º | 0.33% | 0.65% | - |
| HSV(B) | 31.03º | 0.3% | 0.76% | - |
| XYZ | 40.84 | 41.05 | 29.44 | - |
| YUV | 171.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 137 | 0 | 0.14 | 0.30 | 0.24 | 31.03 | 0.33 | 0.65 |
| Hex | C3 | A7 | 89 | 0 | E | 1E | 18 | 1F | 21 | 41 |
| Octal | 303 | 247 | 211 | 0 | 16 | 36 | 30 | 37 | 41 | 101 |
| Binary | 11000011 | 10100111 | 10001001 | 0 | 1110 | 11110 | 11000 | 11111 | 100001 | 1000001 |
Color Harmonies of #C3A789
Complementary color
Monochromatic Colors of #C3A789
Black with #C3A789
Text Example
Text Example
White with #C3A789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A789; }
p { color: rgb(195,167,137); }
H1.HeaderClassName
{
color: #C3A789;
}
.AnyTagClassName
{
color: #C3A789;
}
</style>
background-color css
<style>
a { background-color: #C3A789; }
a { background-color: rgb(195,167,137); }
div.DivClassName
{
background-color: #C3A789;
}
.BgClassName
{
background-color: #C3A789;
}
</style>
border-color css
<style>
span { border-color: #C3A789; }
span { border-color: rgb(195,167,137); }
td.TdClassName
{
border-color: #C3A789;
}
.TagClassName
{
border-color: #C3A789;
}
</style>