Shades of Rodeo Dust #C5A488
Tints of Rodeo Dust #C5A488
RGB
CMYK
RGB Variations
Color information
#C5A488 (or 0xC5A488) is known color: Rodeo Dust. HEX triplet: C5, A4 and 88. RGB value is (197,164,136). Sum of RGB (Red+Green+Blue) = 197+164+136=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A488 is #3A5B77. Grayscale: #AAAAAA. Windows color (decimal): -3824504 or 8955077. OLE color: 8955077.
HSL color Cylindrical-coordinate representation of color #C5A488: hue angle of 27.54º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5A488 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 136 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.23 |
| HSL | 27.54º | 0.34% | 0.65% | - |
| HSV(B) | 27.54º | 0.31% | 0.77% | - |
| XYZ | 40.75 | 40.2 | 28.9 | - |
| YUV | 170.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 136 | 0 | 0.17 | 0.31 | 0.23 | 27.54 | 0.34 | 0.65 |
| Hex | C5 | A4 | 88 | 0 | 11 | 1F | 17 | 1C | 22 | 41 |
| Octal | 305 | 244 | 210 | 0 | 21 | 37 | 27 | 34 | 42 | 101 |
| Binary | 11000101 | 10100100 | 10001000 | 0 | 10001 | 11111 | 10111 | 11100 | 100010 | 1000001 |
Color Harmonies of #C5A488
Complementary color
Monochromatic Colors of #C5A488
Black with #C5A488
Text Example
Text Example
White with #C5A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A488; }
p { color: rgb(197,164,136); }
H1.HeaderClassName
{
color: #C5A488;
}
.AnyTagClassName
{
color: #C5A488;
}
</style>
background-color css
<style>
a { background-color: #C5A488; }
a { background-color: rgb(197,164,136); }
div.DivClassName
{
background-color: #C5A488;
}
.BgClassName
{
background-color: #C5A488;
}
</style>
border-color css
<style>
span { border-color: #C5A488; }
span { border-color: rgb(197,164,136); }
td.TdClassName
{
border-color: #C5A488;
}
.TagClassName
{
border-color: #C5A488;
}
</style>