Shades of Rodeo Dust #C3A284
Tints of Rodeo Dust #C3A284
RGB
CMYK
RGB Variations
Color information
#C3A284 (or 0xC3A284) is known color: Rodeo Dust. HEX triplet: C3, A2 and 84. RGB value is (195,162,132). Sum of RGB (Red+Green+Blue) = 195+162+132=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A284 is #3C5D7B. Grayscale: #A8A8A8. Windows color (decimal): -3956092 or 8692419. OLE color: 8692419.
HSL color Cylindrical-coordinate representation of color #C3A284: hue angle of 28.57º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3A284 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 132 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.24 |
| HSL | 28.57º | 0.34% | 0.64% | - |
| HSV(B) | 28.57º | 0.32% | 0.76% | - |
| XYZ | 39.59 | 39.11 | 27.29 | - |
| YUV | 168.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 132 | 0 | 0.17 | 0.32 | 0.24 | 28.57 | 0.34 | 0.64 |
| Hex | C3 | A2 | 84 | 0 | 11 | 20 | 18 | 1D | 22 | 40 |
| Octal | 303 | 242 | 204 | 0 | 21 | 40 | 30 | 35 | 42 | 100 |
| Binary | 11000011 | 10100010 | 10000100 | 0 | 10001 | 100000 | 11000 | 11101 | 100010 | 1000000 |
Color Harmonies of #C3A284
Complementary color
Monochromatic Colors of #C3A284
Black with #C3A284
Text Example
Text Example
White with #C3A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A284; }
p { color: rgb(195,162,132); }
H1.HeaderClassName
{
color: #C3A284;
}
.AnyTagClassName
{
color: #C3A284;
}
</style>
background-color css
<style>
a { background-color: #C3A284; }
a { background-color: rgb(195,162,132); }
div.DivClassName
{
background-color: #C3A284;
}
.BgClassName
{
background-color: #C3A284;
}
</style>
border-color css
<style>
span { border-color: #C3A284; }
span { border-color: rgb(195,162,132); }
td.TdClassName
{
border-color: #C3A284;
}
.TagClassName
{
border-color: #C3A284;
}
</style>