Shades of Rodeo Dust #C6A38E
Tints of Rodeo Dust #C6A38E
RGB
CMYK
RGB Variations
Color information
#C6A38E (or 0xC6A38E) is known color: Rodeo Dust. HEX triplet: C6, A3 and 8E. RGB value is (198,163,142). Sum of RGB (Red+Green+Blue) = 198+163+142=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A38E is #395C71. Grayscale: #ABABAB. Windows color (decimal): -3759218 or 9348038. OLE color: 9348038.
HSL color Cylindrical-coordinate representation of color #C6A38E: hue angle of 22.5º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6A38E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 142 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.22 |
| HSL | 22.5º | 0.33% | 0.67% | - |
| HSV(B) | 22.5º | 0.28% | 0.78% | - |
| XYZ | 41.27 | 40.15 | 31.17 | - |
| YUV | 171.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 142 | 0 | 0.18 | 0.28 | 0.22 | 22.5 | 0.33 | 0.67 |
| Hex | C6 | A3 | 8E | 0 | 12 | 1C | 16 | 16 | 21 | 43 |
| Octal | 306 | 243 | 216 | 0 | 22 | 34 | 26 | 26 | 41 | 103 |
| Binary | 11000110 | 10100011 | 10001110 | 0 | 10010 | 11100 | 10110 | 10110 | 100001 | 1000011 |
Color Harmonies of #C6A38E
Complementary color
Monochromatic Colors of #C6A38E
Black with #C6A38E
Text Example
Text Example
White with #C6A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A38E; }
p { color: rgb(198,163,142); }
H1.HeaderClassName
{
color: #C6A38E;
}
.AnyTagClassName
{
color: #C6A38E;
}
</style>
background-color css
<style>
a { background-color: #C6A38E; }
a { background-color: rgb(198,163,142); }
div.DivClassName
{
background-color: #C6A38E;
}
.BgClassName
{
background-color: #C6A38E;
}
</style>
border-color css
<style>
span { border-color: #C6A38E; }
span { border-color: rgb(198,163,142); }
td.TdClassName
{
border-color: #C6A38E;
}
.TagClassName
{
border-color: #C6A38E;
}
</style>