Shades of Rodeo Dust #C2A284
Tints of Rodeo Dust #C2A284
RGB
CMYK
RGB Variations
Color information
#C2A284 (or 0xC2A284) is known color: Rodeo Dust. HEX triplet: C2, A2 and 84. RGB value is (194,162,132). Sum of RGB (Red+Green+Blue) = 194+162+132=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A284 is #3D5D7B. Grayscale: #A8A8A8. Windows color (decimal): -4021628 or 8692418. OLE color: 8692418.
HSL color Cylindrical-coordinate representation of color #C2A284: hue angle of 29.03º 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 #C2A284 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 132 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.24 |
| HSL | 29.03º | 0.34% | 0.64% | - |
| HSV(B) | 29.03º | 0.32% | 0.76% | - |
| XYZ | 39.33 | 38.98 | 27.28 | - |
| YUV | 168.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 132 | 0 | 0.16 | 0.32 | 0.24 | 29.03 | 0.34 | 0.64 |
| Hex | C2 | A2 | 84 | 0 | 10 | 20 | 18 | 1D | 22 | 40 |
| Octal | 302 | 242 | 204 | 0 | 20 | 40 | 30 | 35 | 42 | 100 |
| Binary | 11000010 | 10100010 | 10000100 | 0 | 10000 | 100000 | 11000 | 11101 | 100010 | 1000000 |
Color Harmonies of #C2A284
Complementary color
Monochromatic Colors of #C2A284
Black with #C2A284
Text Example
Text Example
White with #C2A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A284; }
p { color: rgb(194,162,132); }
H1.HeaderClassName
{
color: #C2A284;
}
.AnyTagClassName
{
color: #C2A284;
}
</style>
background-color css
<style>
a { background-color: #C2A284; }
a { background-color: rgb(194,162,132); }
div.DivClassName
{
background-color: #C2A284;
}
.BgClassName
{
background-color: #C2A284;
}
</style>
border-color css
<style>
span { border-color: #C2A284; }
span { border-color: rgb(194,162,132); }
td.TdClassName
{
border-color: #C2A284;
}
.TagClassName
{
border-color: #C2A284;
}
</style>