Shades of Rodeo Dust #C5AB8C
Tints of Rodeo Dust #C5AB8C
RGB
CMYK
RGB Variations
Color information
#C5AB8C (or 0xC5AB8C) is known color: Rodeo Dust. HEX triplet: C5, AB and 8C. RGB value is (197,171,140). Sum of RGB (Red+Green+Blue) = 197+171+140=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB8C is #3A5473. Grayscale: #AFAFAF. Windows color (decimal): -3822708 or 9219013. OLE color: 9219013.
HSL color Cylindrical-coordinate representation of color #C5AB8C: hue angle of 32.63º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5AB8C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 140 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.23 |
| HSL | 32.63º | 0.33% | 0.66% | - |
| HSV(B) | 32.63º | 0.29% | 0.77% | - |
| XYZ | 42.32 | 42.89 | 30.86 | - |
| YUV | 175.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 140 | 0 | 0.13 | 0.29 | 0.23 | 32.63 | 0.33 | 0.66 |
| Hex | C5 | AB | 8C | 0 | D | 1D | 17 | 21 | 21 | 42 |
| Octal | 305 | 253 | 214 | 0 | 15 | 35 | 27 | 41 | 41 | 102 |
| Binary | 11000101 | 10101011 | 10001100 | 0 | 1101 | 11101 | 10111 | 100001 | 100001 | 1000010 |
Color Harmonies of #C5AB8C
Complementary color
Monochromatic Colors of #C5AB8C
Black with #C5AB8C
Text Example
Text Example
White with #C5AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB8C; }
p { color: rgb(197,171,140); }
H1.HeaderClassName
{
color: #C5AB8C;
}
.AnyTagClassName
{
color: #C5AB8C;
}
</style>
background-color css
<style>
a { background-color: #C5AB8C; }
a { background-color: rgb(197,171,140); }
div.DivClassName
{
background-color: #C5AB8C;
}
.BgClassName
{
background-color: #C5AB8C;
}
</style>
border-color css
<style>
span { border-color: #C5AB8C; }
span { border-color: rgb(197,171,140); }
td.TdClassName
{
border-color: #C5AB8C;
}
.TagClassName
{
border-color: #C5AB8C;
}
</style>