Shades of Rodeo Dust #C2A88E
Tints of Rodeo Dust #C2A88E
RGB
CMYK
RGB Variations
Color information
#C2A88E (or 0xC2A88E) is known color: Rodeo Dust. HEX triplet: C2, A8 and 8E. RGB value is (194,168,142). Sum of RGB (Red+Green+Blue) = 194+168+142=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A88E is #3D5771. Grayscale: #ACACAC. Windows color (decimal): -4020082 or 9349314. OLE color: 9349314.
HSL color Cylindrical-coordinate representation of color #C2A88E: hue angle of 30º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2A88E is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 142 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.24 |
| HSL | 30º | 0.3% | 0.66% | - |
| HSV(B) | 30º | 0.27% | 0.76% | - |
| XYZ | 41.13 | 41.43 | 31.42 | - |
| YUV | 172.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 142 | 0 | 0.13 | 0.27 | 0.24 | 30 | 0.3 | 0.66 |
| Hex | C2 | A8 | 8E | 0 | D | 1B | 18 | 1E | 1E | 42 |
| Octal | 302 | 250 | 216 | 0 | 15 | 33 | 30 | 36 | 36 | 102 |
| Binary | 11000010 | 10101000 | 10001110 | 0 | 1101 | 11011 | 11000 | 11110 | 11110 | 1000010 |
Color Harmonies of #C2A88E
Complementary color
Monochromatic Colors of #C2A88E
Black with #C2A88E
Text Example
Text Example
White with #C2A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A88E; }
p { color: rgb(194,168,142); }
H1.HeaderClassName
{
color: #C2A88E;
}
.AnyTagClassName
{
color: #C2A88E;
}
</style>
background-color css
<style>
a { background-color: #C2A88E; }
a { background-color: rgb(194,168,142); }
div.DivClassName
{
background-color: #C2A88E;
}
.BgClassName
{
background-color: #C2A88E;
}
</style>
border-color css
<style>
span { border-color: #C2A88E; }
span { border-color: rgb(194,168,142); }
td.TdClassName
{
border-color: #C2A88E;
}
.TagClassName
{
border-color: #C2A88E;
}
</style>