Shades of Rodeo Dust #C8A17D
Tints of Rodeo Dust #C8A17D
RGB
CMYK
RGB Variations
Color information
#C8A17D (or 0xC8A17D) is known color: Rodeo Dust. HEX triplet: C8, A1 and 7D. RGB value is (200,161,125). Sum of RGB (Red+Green+Blue) = 200+161+125=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A17D is #375E82. Grayscale: #A8A8A8. Windows color (decimal): -3628675 or 8233416. OLE color: 8233416.
HSL color Cylindrical-coordinate representation of color #C8A17D: hue angle of 28.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8A17D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 125 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.22 |
| HSL | 28.8º | 0.41% | 0.64% | - |
| HSV(B) | 28.8º | 0.38% | 0.78% | - |
| XYZ | 40.27 | 39.25 | 24.86 | - |
| YUV | 168.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 125 | 0 | 0.19 | 0.38 | 0.22 | 28.8 | 0.41 | 0.64 |
| Hex | C8 | A1 | 7D | 0 | 13 | 26 | 16 | 1D | 29 | 40 |
| Octal | 310 | 241 | 175 | 0 | 23 | 46 | 26 | 35 | 51 | 100 |
| Binary | 11001000 | 10100001 | 1111101 | 0 | 10011 | 100110 | 10110 | 11101 | 101001 | 1000000 |
Color Harmonies of #C8A17D
Complementary color
Monochromatic Colors of #C8A17D
Black with #C8A17D
Text Example
Text Example
White with #C8A17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A17D; }
p { color: rgb(200,161,125); }
H1.HeaderClassName
{
color: #C8A17D;
}
.AnyTagClassName
{
color: #C8A17D;
}
</style>
background-color css
<style>
a { background-color: #C8A17D; }
a { background-color: rgb(200,161,125); }
div.DivClassName
{
background-color: #C8A17D;
}
.BgClassName
{
background-color: #C8A17D;
}
</style>
border-color css
<style>
span { border-color: #C8A17D; }
span { border-color: rgb(200,161,125); }
td.TdClassName
{
border-color: #C8A17D;
}
.TagClassName
{
border-color: #C8A17D;
}
</style>