Shades of Rodeo Dust #C6A28E
Tints of Rodeo Dust #C6A28E
RGB
CMYK
RGB Variations
Color information
#C6A28E (or 0xC6A28E) is known color: Rodeo Dust. HEX triplet: C6, A2 and 8E. RGB value is (198,162,142). Sum of RGB (Red+Green+Blue) = 198+162+142=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A28E is #395D71. Grayscale: #AAAAAA. Windows color (decimal): -3759474 or 9347782. OLE color: 9347782.
HSL color Cylindrical-coordinate representation of color #C6A28E: hue angle of 21.43º 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 #C6A28E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 162 | 142 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.22 |
| HSL | 21.43º | 0.33% | 0.67% | - |
| HSV(B) | 21.43º | 0.28% | 0.78% | - |
| XYZ | 41.09 | 39.8 | 31.11 | - |
| YUV | 170.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 162 | 142 | 0 | 0.18 | 0.28 | 0.22 | 21.43 | 0.33 | 0.67 |
| Hex | C6 | A2 | 8E | 0 | 12 | 1C | 16 | 15 | 21 | 43 |
| Octal | 306 | 242 | 216 | 0 | 22 | 34 | 26 | 25 | 41 | 103 |
| Binary | 11000110 | 10100010 | 10001110 | 0 | 10010 | 11100 | 10110 | 10101 | 100001 | 1000011 |
Color Harmonies of #C6A28E
Complementary color
Monochromatic Colors of #C6A28E
Black with #C6A28E
Text Example
Text Example
White with #C6A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A28E; }
p { color: rgb(198,162,142); }
H1.HeaderClassName
{
color: #C6A28E;
}
.AnyTagClassName
{
color: #C6A28E;
}
</style>
background-color css
<style>
a { background-color: #C6A28E; }
a { background-color: rgb(198,162,142); }
div.DivClassName
{
background-color: #C6A28E;
}
.BgClassName
{
background-color: #C6A28E;
}
</style>
border-color css
<style>
span { border-color: #C6A28E; }
span { border-color: rgb(198,162,142); }
td.TdClassName
{
border-color: #C6A28E;
}
.TagClassName
{
border-color: #C6A28E;
}
</style>