Shades of Rodeo Dust #C2A892
Tints of Rodeo Dust #C2A892
RGB
CMYK
RGB Variations
Color information
#C2A892 (or 0xC2A892) is known color: Rodeo Dust. HEX triplet: C2, A8 and 92. RGB value is (194,168,146). Sum of RGB (Red+Green+Blue) = 194+168+146=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A892 is #3D576D. Grayscale: #ADADAD. Windows color (decimal): -4020078 or 9611458. OLE color: 9611458.
HSL color Cylindrical-coordinate representation of color #C2A892: hue angle of 27.5º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2A892 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 146 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.24 |
| HSL | 27.5º | 0.28% | 0.67% | - |
| HSV(B) | 27.5º | 0.25% | 0.76% | - |
| XYZ | 41.44 | 41.55 | 33.03 | - |
| YUV | 173.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 146 | 0 | 0.13 | 0.25 | 0.24 | 27.5 | 0.28 | 0.67 |
| Hex | C2 | A8 | 92 | 0 | D | 19 | 18 | 1C | 1C | 43 |
| Octal | 302 | 250 | 222 | 0 | 15 | 31 | 30 | 34 | 34 | 103 |
| Binary | 11000010 | 10101000 | 10010010 | 0 | 1101 | 11001 | 11000 | 11100 | 11100 | 1000011 |
Color Harmonies of #C2A892
Complementary color
Monochromatic Colors of #C2A892
Black with #C2A892
Text Example
Text Example
White with #C2A892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A892; }
p { color: rgb(194,168,146); }
H1.HeaderClassName
{
color: #C2A892;
}
.AnyTagClassName
{
color: #C2A892;
}
</style>
background-color css
<style>
a { background-color: #C2A892; }
a { background-color: rgb(194,168,146); }
div.DivClassName
{
background-color: #C2A892;
}
.BgClassName
{
background-color: #C2A892;
}
</style>
border-color css
<style>
span { border-color: #C2A892; }
span { border-color: rgb(194,168,146); }
td.TdClassName
{
border-color: #C2A892;
}
.TagClassName
{
border-color: #C2A892;
}
</style>