Shades of Rodeo Dust #C6AB89
Tints of Rodeo Dust #C6AB89
RGB
CMYK
RGB Variations
Color information
#C6AB89 (or 0xC6AB89) is known color: Rodeo Dust. HEX triplet: C6, AB and 89. RGB value is (198,171,137). Sum of RGB (Red+Green+Blue) = 198+171+137=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AB89 is #395476. Grayscale: #AFAFAF. Windows color (decimal): -3757175 or 9022406. OLE color: 9022406.
HSL color Cylindrical-coordinate representation of color #C6AB89: hue angle of 33.44º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6AB89 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 137 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.22 |
| HSL | 33.44º | 0.35% | 0.66% | - |
| HSV(B) | 33.44º | 0.31% | 0.78% | - |
| XYZ | 42.37 | 42.94 | 29.72 | - |
| YUV | 175.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 137 | 0 | 0.14 | 0.31 | 0.22 | 33.44 | 0.35 | 0.66 |
| Hex | C6 | AB | 89 | 0 | E | 1F | 16 | 21 | 23 | 42 |
| Octal | 306 | 253 | 211 | 0 | 16 | 37 | 26 | 41 | 43 | 102 |
| Binary | 11000110 | 10101011 | 10001001 | 0 | 1110 | 11111 | 10110 | 100001 | 100011 | 1000010 |
Color Harmonies of #C6AB89
Complementary color
Monochromatic Colors of #C6AB89
Black with #C6AB89
Text Example
Text Example
White with #C6AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB89; }
p { color: rgb(198,171,137); }
H1.HeaderClassName
{
color: #C6AB89;
}
.AnyTagClassName
{
color: #C6AB89;
}
</style>
background-color css
<style>
a { background-color: #C6AB89; }
a { background-color: rgb(198,171,137); }
div.DivClassName
{
background-color: #C6AB89;
}
.BgClassName
{
background-color: #C6AB89;
}
</style>
border-color css
<style>
span { border-color: #C6AB89; }
span { border-color: rgb(198,171,137); }
td.TdClassName
{
border-color: #C6AB89;
}
.TagClassName
{
border-color: #C6AB89;
}
</style>