Shades of Rodeo Dust #C3A481
Tints of Rodeo Dust #C3A481
RGB
CMYK
RGB Variations
Color information
#C3A481 (or 0xC3A481) is known color: Rodeo Dust. HEX triplet: C3, A4 and 81. RGB value is (195,164,129). Sum of RGB (Red+Green+Blue) = 195+164+129=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A481 is #3C5B7E. Grayscale: #A9A9A9. Windows color (decimal): -3955583 or 8496323. OLE color: 8496323.
HSL color Cylindrical-coordinate representation of color #C3A481: hue angle of 31.82º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3A481 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 129 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.24 |
| HSL | 31.82º | 0.35% | 0.64% | - |
| HSV(B) | 31.82º | 0.34% | 0.76% | - |
| XYZ | 39.74 | 39.74 | 26.34 | - |
| YUV | 169.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 129 | 0 | 0.16 | 0.34 | 0.24 | 31.82 | 0.35 | 0.64 |
| Hex | C3 | A4 | 81 | 0 | 10 | 22 | 18 | 20 | 23 | 40 |
| Octal | 303 | 244 | 201 | 0 | 20 | 42 | 30 | 40 | 43 | 100 |
| Binary | 11000011 | 10100100 | 10000001 | 0 | 10000 | 100010 | 11000 | 100000 | 100011 | 1000000 |
Color Harmonies of #C3A481
Complementary color
Monochromatic Colors of #C3A481
Black with #C3A481
Text Example
Text Example
White with #C3A481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A481; }
p { color: rgb(195,164,129); }
H1.HeaderClassName
{
color: #C3A481;
}
.AnyTagClassName
{
color: #C3A481;
}
</style>
background-color css
<style>
a { background-color: #C3A481; }
a { background-color: rgb(195,164,129); }
div.DivClassName
{
background-color: #C3A481;
}
.BgClassName
{
background-color: #C3A481;
}
</style>
border-color css
<style>
span { border-color: #C3A481; }
span { border-color: rgb(195,164,129); }
td.TdClassName
{
border-color: #C3A481;
}
.TagClassName
{
border-color: #C3A481;
}
</style>