Shades of Rodeo Dust #C5A588
Tints of Rodeo Dust #C5A588
RGB
CMYK
RGB Variations
Color information
#C5A588 (or 0xC5A588) is known color: Rodeo Dust. HEX triplet: C5, A5 and 88. RGB value is (197,165,136). Sum of RGB (Red+Green+Blue) = 197+165+136=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A588 is #3A5A77. Grayscale: #ABABAB. Windows color (decimal): -3824248 or 8955333. OLE color: 8955333.
HSL color Cylindrical-coordinate representation of color #C5A588: hue angle of 28.52º 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 #C5A588 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 136 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.23 |
| HSL | 28.52º | 0.34% | 0.65% | - |
| HSV(B) | 28.52º | 0.31% | 0.77% | - |
| XYZ | 40.93 | 40.56 | 28.96 | - |
| YUV | 171.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 136 | 0 | 0.16 | 0.31 | 0.23 | 28.52 | 0.34 | 0.65 |
| Hex | C5 | A5 | 88 | 0 | 10 | 1F | 17 | 1D | 22 | 41 |
| Octal | 305 | 245 | 210 | 0 | 20 | 37 | 27 | 35 | 42 | 101 |
| Binary | 11000101 | 10100101 | 10001000 | 0 | 10000 | 11111 | 10111 | 11101 | 100010 | 1000001 |
Color Harmonies of #C5A588
Complementary color
Monochromatic Colors of #C5A588
Black with #C5A588
Text Example
Text Example
White with #C5A588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A588; }
p { color: rgb(197,165,136); }
H1.HeaderClassName
{
color: #C5A588;
}
.AnyTagClassName
{
color: #C5A588;
}
</style>
background-color css
<style>
a { background-color: #C5A588; }
a { background-color: rgb(197,165,136); }
div.DivClassName
{
background-color: #C5A588;
}
.BgClassName
{
background-color: #C5A588;
}
</style>
border-color css
<style>
span { border-color: #C5A588; }
span { border-color: rgb(197,165,136); }
td.TdClassName
{
border-color: #C5A588;
}
.TagClassName
{
border-color: #C5A588;
}
</style>