Shades of Rodeo Dust #C6A889
Tints of Rodeo Dust #C6A889
RGB
CMYK
RGB Variations
Color information
#C6A889 (or 0xC6A889) is known color: Rodeo Dust. HEX triplet: C6, A8 and 89. RGB value is (198,168,137). Sum of RGB (Red+Green+Blue) = 198+168+137=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A889 is #395776. Grayscale: #ADADAD. Windows color (decimal): -3757943 or 9021638. OLE color: 9021638.
HSL color Cylindrical-coordinate representation of color #C6A889: hue angle of 30.49º 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 #C6A889 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 137 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.22 |
| HSL | 30.49º | 0.35% | 0.66% | - |
| HSV(B) | 30.49º | 0.31% | 0.78% | - |
| XYZ | 41.81 | 41.82 | 29.53 | - |
| YUV | 173.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 137 | 0 | 0.15 | 0.31 | 0.22 | 30.49 | 0.35 | 0.66 |
| Hex | C6 | A8 | 89 | 0 | F | 1F | 16 | 1E | 23 | 42 |
| Octal | 306 | 250 | 211 | 0 | 17 | 37 | 26 | 36 | 43 | 102 |
| Binary | 11000110 | 10101000 | 10001001 | 0 | 1111 | 11111 | 10110 | 11110 | 100011 | 1000010 |
Color Harmonies of #C6A889
Complementary color
Monochromatic Colors of #C6A889
Black with #C6A889
Text Example
Text Example
White with #C6A889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A889; }
p { color: rgb(198,168,137); }
H1.HeaderClassName
{
color: #C6A889;
}
.AnyTagClassName
{
color: #C6A889;
}
</style>
background-color css
<style>
a { background-color: #C6A889; }
a { background-color: rgb(198,168,137); }
div.DivClassName
{
background-color: #C6A889;
}
.BgClassName
{
background-color: #C6A889;
}
</style>
border-color css
<style>
span { border-color: #C6A889; }
span { border-color: rgb(198,168,137); }
td.TdClassName
{
border-color: #C6A889;
}
.TagClassName
{
border-color: #C6A889;
}
</style>