Shades of Rodeo Dust #C6AB91
Tints of Rodeo Dust #C6AB91
RGB
CMYK
RGB Variations
Color information
#C6AB91 (or 0xC6AB91) is known color: Rodeo Dust. HEX triplet: C6, AB and 91. RGB value is (198,171,145). Sum of RGB (Red+Green+Blue) = 198+171+145=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AB91 is #39546E. Grayscale: #B0B0B0. Windows color (decimal): -3757167 or 9546694. OLE color: 9546694.
HSL color Cylindrical-coordinate representation of color #C6AB91: hue angle of 29.43º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6AB91 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 145 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.22 |
| HSL | 29.43º | 0.32% | 0.67% | - |
| HSV(B) | 29.43º | 0.27% | 0.78% | - |
| XYZ | 42.96 | 43.18 | 32.86 | - |
| YUV | 176.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 145 | 0 | 0.14 | 0.27 | 0.22 | 29.43 | 0.32 | 0.67 |
| Hex | C6 | AB | 91 | 0 | E | 1B | 16 | 1D | 20 | 43 |
| Octal | 306 | 253 | 221 | 0 | 16 | 33 | 26 | 35 | 40 | 103 |
| Binary | 11000110 | 10101011 | 10010001 | 0 | 1110 | 11011 | 10110 | 11101 | 100000 | 1000011 |
Color Harmonies of #C6AB91
Complementary color
Monochromatic Colors of #C6AB91
Black with #C6AB91
Text Example
Text Example
White with #C6AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB91; }
p { color: rgb(198,171,145); }
H1.HeaderClassName
{
color: #C6AB91;
}
.AnyTagClassName
{
color: #C6AB91;
}
</style>
background-color css
<style>
a { background-color: #C6AB91; }
a { background-color: rgb(198,171,145); }
div.DivClassName
{
background-color: #C6AB91;
}
.BgClassName
{
background-color: #C6AB91;
}
</style>
border-color css
<style>
span { border-color: #C6AB91; }
span { border-color: rgb(198,171,145); }
td.TdClassName
{
border-color: #C6AB91;
}
.TagClassName
{
border-color: #C6AB91;
}
</style>