Shades of Rodeo Dust #C2A687
Tints of Rodeo Dust #C2A687
RGB
CMYK
RGB Variations
Color information
#C2A687 (or 0xC2A687) is known color: Rodeo Dust. HEX triplet: C2, A6 and 87. RGB value is (194,166,135). Sum of RGB (Red+Green+Blue) = 194+166+135=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A687 is #3D5978. Grayscale: #AAAAAA. Windows color (decimal): -4020601 or 8890050. OLE color: 8890050.
HSL color Cylindrical-coordinate representation of color #C2A687: hue angle of 31.53º 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 #C2A687 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 135 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.24 |
| HSL | 31.53º | 0.33% | 0.65% | - |
| HSV(B) | 31.53º | 0.3% | 0.76% | - |
| XYZ | 40.26 | 40.49 | 28.62 | - |
| YUV | 170.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 135 | 0 | 0.14 | 0.30 | 0.24 | 31.53 | 0.33 | 0.65 |
| Hex | C2 | A6 | 87 | 0 | E | 1E | 18 | 20 | 21 | 41 |
| Octal | 302 | 246 | 207 | 0 | 16 | 36 | 30 | 40 | 41 | 101 |
| Binary | 11000010 | 10100110 | 10000111 | 0 | 1110 | 11110 | 11000 | 100000 | 100001 | 1000001 |
Color Harmonies of #C2A687
Complementary color
Monochromatic Colors of #C2A687
Black with #C2A687
Text Example
Text Example
White with #C2A687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A687; }
p { color: rgb(194,166,135); }
H1.HeaderClassName
{
color: #C2A687;
}
.AnyTagClassName
{
color: #C2A687;
}
</style>
background-color css
<style>
a { background-color: #C2A687; }
a { background-color: rgb(194,166,135); }
div.DivClassName
{
background-color: #C2A687;
}
.BgClassName
{
background-color: #C2A687;
}
</style>
border-color css
<style>
span { border-color: #C2A687; }
span { border-color: rgb(194,166,135); }
td.TdClassName
{
border-color: #C2A687;
}
.TagClassName
{
border-color: #C2A687;
}
</style>