Shades of Rodeo Dust #C2A791
Tints of Rodeo Dust #C2A791
RGB
CMYK
RGB Variations
Color information
#C2A791 (or 0xC2A791) is known color: Rodeo Dust. HEX triplet: C2, A7 and 91. RGB value is (194,167,145). Sum of RGB (Red+Green+Blue) = 194+167+145=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A791 is #3D586E. Grayscale: #ACACAC. Windows color (decimal): -4020335 or 9545666. OLE color: 9545666.
HSL color Cylindrical-coordinate representation of color #C2A791: hue angle of 26.94º 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 #C2A791 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 145 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.24 |
| HSL | 26.94º | 0.29% | 0.66% | - |
| HSV(B) | 26.94º | 0.25% | 0.76% | - |
| XYZ | 41.18 | 41.15 | 32.56 | - |
| YUV | 172.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 145 | 0 | 0.14 | 0.25 | 0.24 | 26.94 | 0.29 | 0.66 |
| Hex | C2 | A7 | 91 | 0 | E | 19 | 18 | 1B | 1D | 42 |
| Octal | 302 | 247 | 221 | 0 | 16 | 31 | 30 | 33 | 35 | 102 |
| Binary | 11000010 | 10100111 | 10010001 | 0 | 1110 | 11001 | 11000 | 11011 | 11101 | 1000010 |
Color Harmonies of #C2A791
Complementary color
Monochromatic Colors of #C2A791
Black with #C2A791
Text Example
Text Example
White with #C2A791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A791; }
p { color: rgb(194,167,145); }
H1.HeaderClassName
{
color: #C2A791;
}
.AnyTagClassName
{
color: #C2A791;
}
</style>
background-color css
<style>
a { background-color: #C2A791; }
a { background-color: rgb(194,167,145); }
div.DivClassName
{
background-color: #C2A791;
}
.BgClassName
{
background-color: #C2A791;
}
</style>
border-color css
<style>
span { border-color: #C2A791; }
span { border-color: rgb(194,167,145); }
td.TdClassName
{
border-color: #C2A791;
}
.TagClassName
{
border-color: #C2A791;
}
</style>