Shades of Rodeo Dust #C5A790
Tints of Rodeo Dust #C5A790
RGB
CMYK
RGB Variations
Color information
#C5A790 (or 0xC5A790) is known color: Rodeo Dust. HEX triplet: C5, A7 and 90. RGB value is (197,167,144). Sum of RGB (Red+Green+Blue) = 197+167+144=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A790 is #3A586F. Grayscale: #ADADAD. Windows color (decimal): -3823728 or 9480133. OLE color: 9480133.
HSL color Cylindrical-coordinate representation of color #C5A790: hue angle of 26.04º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A790 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 144 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.23 |
| HSL | 26.04º | 0.31% | 0.67% | - |
| HSV(B) | 26.04º | 0.27% | 0.77% | - |
| XYZ | 41.88 | 41.52 | 32.19 | - |
| YUV | 173.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 144 | 0 | 0.15 | 0.27 | 0.23 | 26.04 | 0.31 | 0.67 |
| Hex | C5 | A7 | 90 | 0 | F | 1B | 17 | 1A | 1F | 43 |
| Octal | 305 | 247 | 220 | 0 | 17 | 33 | 27 | 32 | 37 | 103 |
| Binary | 11000101 | 10100111 | 10010000 | 0 | 1111 | 11011 | 10111 | 11010 | 11111 | 1000011 |
Color Harmonies of #C5A790
Complementary color
Monochromatic Colors of #C5A790
Black with #C5A790
Text Example
Text Example
White with #C5A790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A790; }
p { color: rgb(197,167,144); }
H1.HeaderClassName
{
color: #C5A790;
}
.AnyTagClassName
{
color: #C5A790;
}
</style>
background-color css
<style>
a { background-color: #C5A790; }
a { background-color: rgb(197,167,144); }
div.DivClassName
{
background-color: #C5A790;
}
.BgClassName
{
background-color: #C5A790;
}
</style>
border-color css
<style>
span { border-color: #C5A790; }
span { border-color: rgb(197,167,144); }
td.TdClassName
{
border-color: #C5A790;
}
.TagClassName
{
border-color: #C5A790;
}
</style>