Shades of Rodeo Dust #C8A87B
Tints of Rodeo Dust #C8A87B
RGB
CMYK
RGB Variations
Color information
#C8A87B (or 0xC8A87B) is known color: Rodeo Dust. HEX triplet: C8, A8 and 7B. RGB value is (200,168,123). Sum of RGB (Red+Green+Blue) = 200+168+123=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A87B is #375784. Grayscale: #ACACAC. Windows color (decimal): -3626885 or 8104136. OLE color: 8104136.
HSL color Cylindrical-coordinate representation of color #C8A87B: hue angle of 35.06º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8A87B is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 123 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.22 |
| HSL | 35.06º | 0.41% | 0.63% | - |
| HSV(B) | 35.06º | 0.39% | 0.78% | - |
| XYZ | 41.4 | 41.71 | 24.61 | - |
| YUV | 172.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 123 | 0 | 0.16 | 0.38 | 0.22 | 35.06 | 0.41 | 0.63 |
| Hex | C8 | A8 | 7B | 0 | 10 | 26 | 16 | 23 | 29 | 3F |
| Octal | 310 | 250 | 173 | 0 | 20 | 46 | 26 | 43 | 51 | 77 |
| Binary | 11001000 | 10101000 | 1111011 | 0 | 10000 | 100110 | 10110 | 100011 | 101001 | 111111 |
Color Harmonies of #C8A87B
Complementary color
Monochromatic Colors of #C8A87B
Black with #C8A87B
Text Example
Text Example
White with #C8A87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A87B; }
p { color: rgb(200,168,123); }
H1.HeaderClassName
{
color: #C8A87B;
}
.AnyTagClassName
{
color: #C8A87B;
}
</style>
background-color css
<style>
a { background-color: #C8A87B; }
a { background-color: rgb(200,168,123); }
div.DivClassName
{
background-color: #C8A87B;
}
.BgClassName
{
background-color: #C8A87B;
}
</style>
border-color css
<style>
span { border-color: #C8A87B; }
span { border-color: rgb(200,168,123); }
td.TdClassName
{
border-color: #C8A87B;
}
.TagClassName
{
border-color: #C8A87B;
}
</style>