Shades of Rodeo Dust #C5A18A
Tints of Rodeo Dust #C5A18A
RGB
CMYK
RGB Variations
Color information
#C5A18A (or 0xC5A18A) is known color: Rodeo Dust. HEX triplet: C5, A1 and 8A. RGB value is (197,161,138). Sum of RGB (Red+Green+Blue) = 197+161+138=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A18A is #3A5E75. Grayscale: #A9A9A9. Windows color (decimal): -3825270 or 9085381. OLE color: 9085381.
HSL color Cylindrical-coordinate representation of color #C5A18A: hue angle of 23.39º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5A18A is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 161 | 138 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.23 |
| HSL | 23.39º | 0.34% | 0.66% | - |
| HSV(B) | 23.39º | 0.3% | 0.77% | - |
| XYZ | 40.36 | 39.2 | 29.48 | - |
| YUV | 169.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 161 | 138 | 0 | 0.18 | 0.30 | 0.23 | 23.39 | 0.34 | 0.66 |
| Hex | C5 | A1 | 8A | 0 | 12 | 1E | 17 | 17 | 22 | 42 |
| Octal | 305 | 241 | 212 | 0 | 22 | 36 | 27 | 27 | 42 | 102 |
| Binary | 11000101 | 10100001 | 10001010 | 0 | 10010 | 11110 | 10111 | 10111 | 100010 | 1000010 |
Color Harmonies of #C5A18A
Complementary color
Monochromatic Colors of #C5A18A
Black with #C5A18A
Text Example
Text Example
White with #C5A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A18A; }
p { color: rgb(197,161,138); }
H1.HeaderClassName
{
color: #C5A18A;
}
.AnyTagClassName
{
color: #C5A18A;
}
</style>
background-color css
<style>
a { background-color: #C5A18A; }
a { background-color: rgb(197,161,138); }
div.DivClassName
{
background-color: #C5A18A;
}
.BgClassName
{
background-color: #C5A18A;
}
</style>
border-color css
<style>
span { border-color: #C5A18A; }
span { border-color: rgb(197,161,138); }
td.TdClassName
{
border-color: #C5A18A;
}
.TagClassName
{
border-color: #C5A18A;
}
</style>