Shades of Rodeo Dust #C2A390
Tints of Rodeo Dust #C2A390
RGB
CMYK
RGB Variations
Color information
#C2A390 (or 0xC2A390) is known color: Rodeo Dust. HEX triplet: C2, A3 and 90. RGB value is (194,163,144). Sum of RGB (Red+Green+Blue) = 194+163+144=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A390 is #3D5C6F. Grayscale: #AAAAAA. Windows color (decimal): -4021360 or 9479106. OLE color: 9479106.
HSL color Cylindrical-coordinate representation of color #C2A390: hue angle of 22.8º 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 #C2A390 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 144 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.24 |
| HSL | 22.8º | 0.29% | 0.66% | - |
| HSV(B) | 22.8º | 0.26% | 0.76% | - |
| XYZ | 40.38 | 39.68 | 31.92 | - |
| YUV | 170.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 144 | 0 | 0.16 | 0.26 | 0.24 | 22.8 | 0.29 | 0.66 |
| Hex | C2 | A3 | 90 | 0 | 10 | 1A | 18 | 17 | 1D | 42 |
| Octal | 302 | 243 | 220 | 0 | 20 | 32 | 30 | 27 | 35 | 102 |
| Binary | 11000010 | 10100011 | 10010000 | 0 | 10000 | 11010 | 11000 | 10111 | 11101 | 1000010 |
Color Harmonies of #C2A390
Complementary color
Monochromatic Colors of #C2A390
Black with #C2A390
Text Example
Text Example
White with #C2A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A390; }
p { color: rgb(194,163,144); }
H1.HeaderClassName
{
color: #C2A390;
}
.AnyTagClassName
{
color: #C2A390;
}
</style>
background-color css
<style>
a { background-color: #C2A390; }
a { background-color: rgb(194,163,144); }
div.DivClassName
{
background-color: #C2A390;
}
.BgClassName
{
background-color: #C2A390;
}
</style>
border-color css
<style>
span { border-color: #C2A390; }
span { border-color: rgb(194,163,144); }
td.TdClassName
{
border-color: #C2A390;
}
.TagClassName
{
border-color: #C2A390;
}
</style>