Shades of Rodeo Dust #C2A087
Tints of Rodeo Dust #C2A087
RGB
CMYK
RGB Variations
Color information
#C2A087 (or 0xC2A087) is known color: Rodeo Dust. HEX triplet: C2, A0 and 87. RGB value is (194,160,135). Sum of RGB (Red+Green+Blue) = 194+160+135=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A087 is #3D5F78. Grayscale: #A7A7A7. Windows color (decimal): -4022137 or 8888514. OLE color: 8888514.
HSL color Cylindrical-coordinate representation of color #C2A087: hue angle of 25.42º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2A087 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 135 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.24 |
| HSL | 25.42º | 0.33% | 0.65% | - |
| HSV(B) | 25.42º | 0.3% | 0.76% | - |
| XYZ | 39.19 | 38.36 | 28.26 | - |
| YUV | 167.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 135 | 0 | 0.18 | 0.30 | 0.24 | 25.42 | 0.33 | 0.65 |
| Hex | C2 | A0 | 87 | 0 | 12 | 1E | 18 | 19 | 21 | 41 |
| Octal | 302 | 240 | 207 | 0 | 22 | 36 | 30 | 31 | 41 | 101 |
| Binary | 11000010 | 10100000 | 10000111 | 0 | 10010 | 11110 | 11000 | 11001 | 100001 | 1000001 |
Color Harmonies of #C2A087
Complementary color
Monochromatic Colors of #C2A087
Black with #C2A087
Text Example
Text Example
White with #C2A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A087; }
p { color: rgb(194,160,135); }
H1.HeaderClassName
{
color: #C2A087;
}
.AnyTagClassName
{
color: #C2A087;
}
</style>
background-color css
<style>
a { background-color: #C2A087; }
a { background-color: rgb(194,160,135); }
div.DivClassName
{
background-color: #C2A087;
}
.BgClassName
{
background-color: #C2A087;
}
</style>
border-color css
<style>
span { border-color: #C2A087; }
span { border-color: rgb(194,160,135); }
td.TdClassName
{
border-color: #C2A087;
}
.TagClassName
{
border-color: #C2A087;
}
</style>