Shades of Rodeo Dust #C6A28A
Tints of Rodeo Dust #C6A28A
RGB
CMYK
RGB Variations
Color information
#C6A28A (or 0xC6A28A) is known color: Rodeo Dust. HEX triplet: C6, A2 and 8A. RGB value is (198,162,138). Sum of RGB (Red+Green+Blue) = 198+162+138=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A28A is #395D75. Grayscale: #AAAAAA. Windows color (decimal): -3759478 or 9085638. OLE color: 9085638.
HSL color Cylindrical-coordinate representation of color #C6A28A: hue angle of 24º 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 #C6A28A is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 138 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.22 |
| HSL | 24º | 0.34% | 0.66% | - |
| HSV(B) | 24º | 0.3% | 0.78% | - |
| XYZ | 40.8 | 39.68 | 29.55 | - |
| YUV | 170.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 138 | 0 | 0.18 | 0.30 | 0.22 | 24 | 0.34 | 0.66 |
| Hex | C6 | A2 | 8A | 0 | 12 | 1E | 16 | 18 | 22 | 42 |
| Octal | 306 | 242 | 212 | 0 | 22 | 36 | 26 | 30 | 42 | 102 |
| Binary | 11000110 | 10100010 | 10001010 | 0 | 10010 | 11110 | 10110 | 11000 | 100010 | 1000010 |
Color Harmonies of #C6A28A
Complementary color
Monochromatic Colors of #C6A28A
Black with #C6A28A
Text Example
Text Example
White with #C6A28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A28A; }
p { color: rgb(198,162,138); }
H1.HeaderClassName
{
color: #C6A28A;
}
.AnyTagClassName
{
color: #C6A28A;
}
</style>
background-color css
<style>
a { background-color: #C6A28A; }
a { background-color: rgb(198,162,138); }
div.DivClassName
{
background-color: #C6A28A;
}
.BgClassName
{
background-color: #C6A28A;
}
</style>
border-color css
<style>
span { border-color: #C6A28A; }
span { border-color: rgb(198,162,138); }
td.TdClassName
{
border-color: #C6A28A;
}
.TagClassName
{
border-color: #C6A28A;
}
</style>