Shades of Rodeo Dust #C6A88D
Tints of Rodeo Dust #C6A88D
RGB
CMYK
RGB Variations
Color information
#C6A88D (or 0xC6A88D) is known color: Rodeo Dust. HEX triplet: C6, A8 and 8D. RGB value is (198,168,141). Sum of RGB (Red+Green+Blue) = 198+168+141=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A88D is #395772. Grayscale: #AEAEAE. Windows color (decimal): -3757939 or 9283782. OLE color: 9283782.
HSL color Cylindrical-coordinate representation of color #C6A88D: hue angle of 28.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6A88D is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 141 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.22 |
| HSL | 28.42º | 0.33% | 0.66% | - |
| HSV(B) | 28.42º | 0.29% | 0.78% | - |
| XYZ | 42.1 | 41.93 | 31.07 | - |
| YUV | 173.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 141 | 0 | 0.15 | 0.29 | 0.22 | 28.42 | 0.33 | 0.66 |
| Hex | C6 | A8 | 8D | 0 | F | 1D | 16 | 1C | 21 | 42 |
| Octal | 306 | 250 | 215 | 0 | 17 | 35 | 26 | 34 | 41 | 102 |
| Binary | 11000110 | 10101000 | 10001101 | 0 | 1111 | 11101 | 10110 | 11100 | 100001 | 1000010 |
Color Harmonies of #C6A88D
Complementary color
Monochromatic Colors of #C6A88D
Black with #C6A88D
Text Example
Text Example
White with #C6A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A88D; }
p { color: rgb(198,168,141); }
H1.HeaderClassName
{
color: #C6A88D;
}
.AnyTagClassName
{
color: #C6A88D;
}
</style>
background-color css
<style>
a { background-color: #C6A88D; }
a { background-color: rgb(198,168,141); }
div.DivClassName
{
background-color: #C6A88D;
}
.BgClassName
{
background-color: #C6A88D;
}
</style>
border-color css
<style>
span { border-color: #C6A88D; }
span { border-color: rgb(198,168,141); }
td.TdClassName
{
border-color: #C6A88D;
}
.TagClassName
{
border-color: #C6A88D;
}
</style>