Shades of Rodeo Dust #C8A07B
Tints of Rodeo Dust #C8A07B
RGB
CMYK
RGB Variations
Color information
#C8A07B (or 0xC8A07B) is known color: Rodeo Dust. HEX triplet: C8, A0 and 7B. RGB value is (200,160,123). Sum of RGB (Red+Green+Blue) = 200+160+123=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A07B is #375F84. Grayscale: #A7A7A7. Windows color (decimal): -3628933 or 8102088. OLE color: 8102088.
HSL color Cylindrical-coordinate representation of color #C8A07B: hue angle of 28.83º 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 #C8A07B is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 123 | - |
| CMYK | 0 | 0.2 | 0.38 | 0.22 |
| HSL | 28.83º | 0.41% | 0.63% | - |
| HSV(B) | 28.83º | 0.39% | 0.78% | - |
| XYZ | 39.97 | 38.85 | 24.13 | - |
| YUV | 167.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 123 | 0 | 0.2 | 0.38 | 0.22 | 28.83 | 0.41 | 0.63 |
| Hex | C8 | A0 | 7B | 0 | 14 | 26 | 16 | 1D | 29 | 3F |
| Octal | 310 | 240 | 173 | 0 | 24 | 46 | 26 | 35 | 51 | 77 |
| Binary | 11001000 | 10100000 | 1111011 | 0 | 10100 | 100110 | 10110 | 11101 | 101001 | 111111 |
Color Harmonies of #C8A07B
Complementary color
Monochromatic Colors of #C8A07B
Black with #C8A07B
Text Example
Text Example
White with #C8A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A07B; }
p { color: rgb(200,160,123); }
H1.HeaderClassName
{
color: #C8A07B;
}
.AnyTagClassName
{
color: #C8A07B;
}
</style>
background-color css
<style>
a { background-color: #C8A07B; }
a { background-color: rgb(200,160,123); }
div.DivClassName
{
background-color: #C8A07B;
}
.BgClassName
{
background-color: #C8A07B;
}
</style>
border-color css
<style>
span { border-color: #C8A07B; }
span { border-color: rgb(200,160,123); }
td.TdClassName
{
border-color: #C8A07B;
}
.TagClassName
{
border-color: #C8A07B;
}
</style>