Shades of Rodeo Dust #C2AA90
Tints of Rodeo Dust #C2AA90
RGB
CMYK
RGB Variations
Color information
#C2AA90 (or 0xC2AA90) is known color: Rodeo Dust. HEX triplet: C2, AA and 90. RGB value is (194,170,144). Sum of RGB (Red+Green+Blue) = 194+170+144=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA90 is #3D556F. Grayscale: #AEAEAE. Windows color (decimal): -4019568 or 9480898. OLE color: 9480898.
HSL color Cylindrical-coordinate representation of color #C2AA90: hue angle of 31.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 #C2AA90 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 144 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.24 |
| HSL | 31.2º | 0.29% | 0.66% | - |
| HSV(B) | 31.2º | 0.26% | 0.76% | - |
| XYZ | 41.66 | 42.23 | 32.34 | - |
| YUV | 174.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 144 | 0 | 0.12 | 0.26 | 0.24 | 31.2 | 0.29 | 0.66 |
| Hex | C2 | AA | 90 | 0 | C | 1A | 18 | 1F | 1D | 42 |
| Octal | 302 | 252 | 220 | 0 | 14 | 32 | 30 | 37 | 35 | 102 |
| Binary | 11000010 | 10101010 | 10010000 | 0 | 1100 | 11010 | 11000 | 11111 | 11101 | 1000010 |
Color Harmonies of #C2AA90
Complementary color
Monochromatic Colors of #C2AA90
Black with #C2AA90
Text Example
Text Example
White with #C2AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AA90; }
p { color: rgb(194,170,144); }
H1.HeaderClassName
{
color: #C2AA90;
}
.AnyTagClassName
{
color: #C2AA90;
}
</style>
background-color css
<style>
a { background-color: #C2AA90; }
a { background-color: rgb(194,170,144); }
div.DivClassName
{
background-color: #C2AA90;
}
.BgClassName
{
background-color: #C2AA90;
}
</style>
border-color css
<style>
span { border-color: #C2AA90; }
span { border-color: rgb(194,170,144); }
td.TdClassName
{
border-color: #C2AA90;
}
.TagClassName
{
border-color: #C2AA90;
}
</style>