Shades of Rodeo Dust #C2A590
Tints of Rodeo Dust #C2A590
RGB
CMYK
RGB Variations
Color information
#C2A590 (or 0xC2A590) is known color: Rodeo Dust. HEX triplet: C2, A5 and 90. RGB value is (194,165,144). Sum of RGB (Red+Green+Blue) = 194+165+144=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A590 is #3D5A6F. Grayscale: #ABABAB. Windows color (decimal): -4020848 or 9479618. OLE color: 9479618.
HSL color Cylindrical-coordinate representation of color #C2A590: hue angle of 25.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2A590 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 144 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.24 |
| HSL | 25.2º | 0.29% | 0.66% | - |
| HSV(B) | 25.2º | 0.26% | 0.76% | - |
| XYZ | 40.74 | 40.39 | 32.04 | - |
| YUV | 171.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 144 | 0 | 0.15 | 0.26 | 0.24 | 25.2 | 0.29 | 0.66 |
| Hex | C2 | A5 | 90 | 0 | F | 1A | 18 | 19 | 1D | 42 |
| Octal | 302 | 245 | 220 | 0 | 17 | 32 | 30 | 31 | 35 | 102 |
| Binary | 11000010 | 10100101 | 10010000 | 0 | 1111 | 11010 | 11000 | 11001 | 11101 | 1000010 |
Color Harmonies of #C2A590
Complementary color
Monochromatic Colors of #C2A590
Black with #C2A590
Text Example
Text Example
White with #C2A590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A590; }
p { color: rgb(194,165,144); }
H1.HeaderClassName
{
color: #C2A590;
}
.AnyTagClassName
{
color: #C2A590;
}
</style>
background-color css
<style>
a { background-color: #C2A590; }
a { background-color: rgb(194,165,144); }
div.DivClassName
{
background-color: #C2A590;
}
.BgClassName
{
background-color: #C2A590;
}
</style>
border-color css
<style>
span { border-color: #C2A590; }
span { border-color: rgb(194,165,144); }
td.TdClassName
{
border-color: #C2A590;
}
.TagClassName
{
border-color: #C2A590;
}
</style>