Shades of Rodeo Dust #C8AB7F
Tints of Rodeo Dust #C8AB7F
RGB
CMYK
RGB Variations
Color information
#C8AB7F (or 0xC8AB7F) is known color: Rodeo Dust. HEX triplet: C8, AB and 7F. RGB value is (200,171,127). Sum of RGB (Red+Green+Blue) = 200+171+127=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB7F is #375480. Grayscale: #AEAEAE. Windows color (decimal): -3626113 or 8367048. OLE color: 8367048.
HSL color Cylindrical-coordinate representation of color #C8AB7F: hue angle of 36.16º 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 #C8AB7F is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 127 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.22 |
| HSL | 36.16º | 0.4% | 0.64% | - |
| HSV(B) | 36.16º | 0.37% | 0.78% | - |
| XYZ | 42.21 | 42.94 | 26.14 | - |
| YUV | 174.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 127 | 0 | 0.14 | 0.36 | 0.22 | 36.16 | 0.4 | 0.64 |
| Hex | C8 | AB | 7F | 0 | E | 24 | 16 | 24 | 28 | 40 |
| Octal | 310 | 253 | 177 | 0 | 16 | 44 | 26 | 44 | 50 | 100 |
| Binary | 11001000 | 10101011 | 1111111 | 0 | 1110 | 100100 | 10110 | 100100 | 101000 | 1000000 |
Color Harmonies of #C8AB7F
Complementary color
Monochromatic Colors of #C8AB7F
Black with #C8AB7F
Text Example
Text Example
White with #C8AB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB7F; }
p { color: rgb(200,171,127); }
H1.HeaderClassName
{
color: #C8AB7F;
}
.AnyTagClassName
{
color: #C8AB7F;
}
</style>
background-color css
<style>
a { background-color: #C8AB7F; }
a { background-color: rgb(200,171,127); }
div.DivClassName
{
background-color: #C8AB7F;
}
.BgClassName
{
background-color: #C8AB7F;
}
</style>
border-color css
<style>
span { border-color: #C8AB7F; }
span { border-color: rgb(200,171,127); }
td.TdClassName
{
border-color: #C8AB7F;
}
.TagClassName
{
border-color: #C8AB7F;
}
</style>