Shades of Rodeo Dust #C6A38B
Tints of Rodeo Dust #C6A38B
RGB
CMYK
RGB Variations
Color information
#C6A38B (or 0xC6A38B) is known color: Rodeo Dust. HEX triplet: C6, A3 and 8B. RGB value is (198,163,139). Sum of RGB (Red+Green+Blue) = 198+163+139=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A38B is #395C74. Grayscale: #AAAAAA. Windows color (decimal): -3759221 or 9151430. OLE color: 9151430.
HSL color Cylindrical-coordinate representation of color #C6A38B: hue angle of 24.41º 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 #C6A38B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 139 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.22 |
| HSL | 24.41º | 0.34% | 0.66% | - |
| HSV(B) | 24.41º | 0.3% | 0.78% | - |
| XYZ | 41.05 | 40.06 | 30 | - |
| YUV | 170.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 139 | 0 | 0.18 | 0.30 | 0.22 | 24.41 | 0.34 | 0.66 |
| Hex | C6 | A3 | 8B | 0 | 12 | 1E | 16 | 18 | 22 | 42 |
| Octal | 306 | 243 | 213 | 0 | 22 | 36 | 26 | 30 | 42 | 102 |
| Binary | 11000110 | 10100011 | 10001011 | 0 | 10010 | 11110 | 10110 | 11000 | 100010 | 1000010 |
Color Harmonies of #C6A38B
Complementary color
Monochromatic Colors of #C6A38B
Black with #C6A38B
Text Example
Text Example
White with #C6A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A38B; }
p { color: rgb(198,163,139); }
H1.HeaderClassName
{
color: #C6A38B;
}
.AnyTagClassName
{
color: #C6A38B;
}
</style>
background-color css
<style>
a { background-color: #C6A38B; }
a { background-color: rgb(198,163,139); }
div.DivClassName
{
background-color: #C6A38B;
}
.BgClassName
{
background-color: #C6A38B;
}
</style>
border-color css
<style>
span { border-color: #C6A38B; }
span { border-color: rgb(198,163,139); }
td.TdClassName
{
border-color: #C6A38B;
}
.TagClassName
{
border-color: #C6A38B;
}
</style>