Shades of Rodeo Dust #C8A78D
Tints of Rodeo Dust #C8A78D
RGB
CMYK
RGB Variations
Color information
#C8A78D (or 0xC8A78D) is known color: Rodeo Dust. HEX triplet: C8, A7 and 8D. RGB value is (200,167,141). Sum of RGB (Red+Green+Blue) = 200+167+141=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A78D is #375872. Grayscale: #AEAEAE. Windows color (decimal): -3627123 or 9283528. OLE color: 9283528.
HSL color Cylindrical-coordinate representation of color #C8A78D: hue angle of 26.44º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8A78D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 141 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.22 |
| HSL | 26.44º | 0.35% | 0.67% | - |
| HSV(B) | 26.44º | 0.3% | 0.78% | - |
| XYZ | 42.45 | 41.84 | 31.04 | - |
| YUV | 173.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 141 | 0 | 0.16 | 0.29 | 0.22 | 26.44 | 0.35 | 0.67 |
| Hex | C8 | A7 | 8D | 0 | 10 | 1D | 16 | 1A | 23 | 43 |
| Octal | 310 | 247 | 215 | 0 | 20 | 35 | 26 | 32 | 43 | 103 |
| Binary | 11001000 | 10100111 | 10001101 | 0 | 10000 | 11101 | 10110 | 11010 | 100011 | 1000011 |
Color Harmonies of #C8A78D
Complementary color
Monochromatic Colors of #C8A78D
Black with #C8A78D
Text Example
Text Example
White with #C8A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A78D; }
p { color: rgb(200,167,141); }
H1.HeaderClassName
{
color: #C8A78D;
}
.AnyTagClassName
{
color: #C8A78D;
}
</style>
background-color css
<style>
a { background-color: #C8A78D; }
a { background-color: rgb(200,167,141); }
div.DivClassName
{
background-color: #C8A78D;
}
.BgClassName
{
background-color: #C8A78D;
}
</style>
border-color css
<style>
span { border-color: #C8A78D; }
span { border-color: rgb(200,167,141); }
td.TdClassName
{
border-color: #C8A78D;
}
.TagClassName
{
border-color: #C8A78D;
}
</style>