Shades of Rodeo Dust #C6A98A
Tints of Rodeo Dust #C6A98A
RGB
CMYK
RGB Variations
Color information
#C6A98A (or 0xC6A98A) is known color: Rodeo Dust. HEX triplet: C6, A9 and 8A. RGB value is (198,169,138). Sum of RGB (Red+Green+Blue) = 198+169+138=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A98A is #395675. Grayscale: #AEAEAE. Windows color (decimal): -3757686 or 9087430. OLE color: 9087430.
HSL color Cylindrical-coordinate representation of color #C6A98A: hue angle of 31º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6A98A is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 169 | 138 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.22 |
| HSL | 31º | 0.34% | 0.66% | - |
| HSV(B) | 31º | 0.3% | 0.78% | - |
| XYZ | 42.06 | 42.22 | 29.98 | - |
| YUV | 174.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 138 | 0 | 0.15 | 0.30 | 0.22 | 31 | 0.34 | 0.66 |
| Hex | C6 | A9 | 8A | 0 | F | 1E | 16 | 1F | 22 | 42 |
| Octal | 306 | 251 | 212 | 0 | 17 | 36 | 26 | 37 | 42 | 102 |
| Binary | 11000110 | 10101001 | 10001010 | 0 | 1111 | 11110 | 10110 | 11111 | 100010 | 1000010 |
Color Harmonies of #C6A98A
Complementary color
Monochromatic Colors of #C6A98A
Black with #C6A98A
Text Example
Text Example
White with #C6A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A98A; }
p { color: rgb(198,169,138); }
H1.HeaderClassName
{
color: #C6A98A;
}
.AnyTagClassName
{
color: #C6A98A;
}
</style>
background-color css
<style>
a { background-color: #C6A98A; }
a { background-color: rgb(198,169,138); }
div.DivClassName
{
background-color: #C6A98A;
}
.BgClassName
{
background-color: #C6A98A;
}
</style>
border-color css
<style>
span { border-color: #C6A98A; }
span { border-color: rgb(198,169,138); }
td.TdClassName
{
border-color: #C6A98A;
}
.TagClassName
{
border-color: #C6A98A;
}
</style>