Shades of Rodeo Dust #C6A693
Tints of Rodeo Dust #C6A693
RGB
CMYK
RGB Variations
Color information
#C6A693 (or 0xC6A693) is known color: Rodeo Dust. HEX triplet: C6, A6 and 93. RGB value is (198,166,147). Sum of RGB (Red+Green+Blue) = 198+166+147=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A693 is #39596C. Grayscale: #ADADAD. Windows color (decimal): -3758445 or 9676486. OLE color: 9676486.
HSL color Cylindrical-coordinate representation of color #C6A693: hue angle of 22.35º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6A693 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 147 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.22 |
| HSL | 22.35º | 0.31% | 0.68% | - |
| HSV(B) | 22.35º | 0.26% | 0.78% | - |
| XYZ | 42.19 | 41.38 | 33.37 | - |
| YUV | 173.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 147 | 0 | 0.16 | 0.26 | 0.22 | 22.35 | 0.31 | 0.68 |
| Hex | C6 | A6 | 93 | 0 | 10 | 1A | 16 | 16 | 1F | 44 |
| Octal | 306 | 246 | 223 | 0 | 20 | 32 | 26 | 26 | 37 | 104 |
| Binary | 11000110 | 10100110 | 10010011 | 0 | 10000 | 11010 | 10110 | 10110 | 11111 | 1000100 |
Color Harmonies of #C6A693
Complementary color
Monochromatic Colors of #C6A693
Black with #C6A693
Text Example
Text Example
White with #C6A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A693; }
p { color: rgb(198,166,147); }
H1.HeaderClassName
{
color: #C6A693;
}
.AnyTagClassName
{
color: #C6A693;
}
</style>
background-color css
<style>
a { background-color: #C6A693; }
a { background-color: rgb(198,166,147); }
div.DivClassName
{
background-color: #C6A693;
}
.BgClassName
{
background-color: #C6A693;
}
</style>
border-color css
<style>
span { border-color: #C6A693; }
span { border-color: rgb(198,166,147); }
td.TdClassName
{
border-color: #C6A693;
}
.TagClassName
{
border-color: #C6A693;
}
</style>