Shades of Rodeo Dust #C8A07F
Tints of Rodeo Dust #C8A07F
RGB
CMYK
RGB Variations
Color information
#C8A07F (or 0xC8A07F) is known color: Rodeo Dust. HEX triplet: C8, A0 and 7F. RGB value is (200,160,127). Sum of RGB (Red+Green+Blue) = 200+160+127=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A07F is #375F80. Grayscale: #A8A8A8. Windows color (decimal): -3628929 or 8364232. OLE color: 8364232.
HSL color Cylindrical-coordinate representation of color #C8A07F: hue angle of 27.12º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8A07F is Cyan = 0, Magento = 0.2, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 127 | - |
| CMYK | 0 | 0.2 | 0.36 | 0.22 |
| HSL | 27.12º | 0.4% | 0.64% | - |
| HSV(B) | 27.12º | 0.37% | 0.78% | - |
| XYZ | 40.22 | 38.95 | 25.48 | - |
| YUV | 168.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 127 | 0 | 0.2 | 0.36 | 0.22 | 27.12 | 0.4 | 0.64 |
| Hex | C8 | A0 | 7F | 0 | 14 | 24 | 16 | 1B | 28 | 40 |
| Octal | 310 | 240 | 177 | 0 | 24 | 44 | 26 | 33 | 50 | 100 |
| Binary | 11001000 | 10100000 | 1111111 | 0 | 10100 | 100100 | 10110 | 11011 | 101000 | 1000000 |
Color Harmonies of #C8A07F
Complementary color
Monochromatic Colors of #C8A07F
Black with #C8A07F
Text Example
Text Example
White with #C8A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A07F; }
p { color: rgb(200,160,127); }
H1.HeaderClassName
{
color: #C8A07F;
}
.AnyTagClassName
{
color: #C8A07F;
}
</style>
background-color css
<style>
a { background-color: #C8A07F; }
a { background-color: rgb(200,160,127); }
div.DivClassName
{
background-color: #C8A07F;
}
.BgClassName
{
background-color: #C8A07F;
}
</style>
border-color css
<style>
span { border-color: #C8A07F; }
span { border-color: rgb(200,160,127); }
td.TdClassName
{
border-color: #C8A07F;
}
.TagClassName
{
border-color: #C8A07F;
}
</style>