Shades of Rodeo Dust #C2A891
Tints of Rodeo Dust #C2A891
RGB
CMYK
RGB Variations
Color information
#C2A891 (or 0xC2A891) is known color: Rodeo Dust. HEX triplet: C2, A8 and 91. RGB value is (194,168,145). Sum of RGB (Red+Green+Blue) = 194+168+145=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A891 is #3D576E. Grayscale: #ADADAD. Windows color (decimal): -4020079 or 9545922. OLE color: 9545922.
HSL color Cylindrical-coordinate representation of color #C2A891: hue angle of 28.16º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2A891 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 145 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.24 |
| HSL | 28.16º | 0.29% | 0.66% | - |
| HSV(B) | 28.16º | 0.25% | 0.76% | - |
| XYZ | 41.36 | 41.52 | 32.62 | - |
| YUV | 173.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 145 | 0 | 0.13 | 0.25 | 0.24 | 28.16 | 0.29 | 0.66 |
| Hex | C2 | A8 | 91 | 0 | D | 19 | 18 | 1C | 1D | 42 |
| Octal | 302 | 250 | 221 | 0 | 15 | 31 | 30 | 34 | 35 | 102 |
| Binary | 11000010 | 10101000 | 10010001 | 0 | 1101 | 11001 | 11000 | 11100 | 11101 | 1000010 |
Color Harmonies of #C2A891
Complementary color
Monochromatic Colors of #C2A891
Black with #C2A891
Text Example
Text Example
White with #C2A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A891; }
p { color: rgb(194,168,145); }
H1.HeaderClassName
{
color: #C2A891;
}
.AnyTagClassName
{
color: #C2A891;
}
</style>
background-color css
<style>
a { background-color: #C2A891; }
a { background-color: rgb(194,168,145); }
div.DivClassName
{
background-color: #C2A891;
}
.BgClassName
{
background-color: #C2A891;
}
</style>
border-color css
<style>
span { border-color: #C2A891; }
span { border-color: rgb(194,168,145); }
td.TdClassName
{
border-color: #C2A891;
}
.TagClassName
{
border-color: #C2A891;
}
</style>