Shades of Rodeo Dust #C8A88F
Tints of Rodeo Dust #C8A88F
RGB
CMYK
RGB Variations
Color information
#C8A88F (or 0xC8A88F) is known color: Rodeo Dust. HEX triplet: C8, A8 and 8F. RGB value is (200,168,143). Sum of RGB (Red+Green+Blue) = 200+168+143=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A88F is #375770. Grayscale: #AEAEAE. Windows color (decimal): -3626865 or 9414856. OLE color: 9414856.
HSL color Cylindrical-coordinate representation of color #C8A88F: hue angle of 26.32º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8A88F is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 143 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.22 |
| HSL | 26.32º | 0.34% | 0.67% | - |
| HSV(B) | 26.32º | 0.29% | 0.78% | - |
| XYZ | 42.78 | 42.27 | 31.89 | - |
| YUV | 174.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 143 | 0 | 0.16 | 0.28 | 0.22 | 26.32 | 0.34 | 0.67 |
| Hex | C8 | A8 | 8F | 0 | 10 | 1C | 16 | 1A | 22 | 43 |
| Octal | 310 | 250 | 217 | 0 | 20 | 34 | 26 | 32 | 42 | 103 |
| Binary | 11001000 | 10101000 | 10001111 | 0 | 10000 | 11100 | 10110 | 11010 | 100010 | 1000011 |
Color Harmonies of #C8A88F
Complementary color
Monochromatic Colors of #C8A88F
Black with #C8A88F
Text Example
Text Example
White with #C8A88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A88F; }
p { color: rgb(200,168,143); }
H1.HeaderClassName
{
color: #C8A88F;
}
.AnyTagClassName
{
color: #C8A88F;
}
</style>
background-color css
<style>
a { background-color: #C8A88F; }
a { background-color: rgb(200,168,143); }
div.DivClassName
{
background-color: #C8A88F;
}
.BgClassName
{
background-color: #C8A88F;
}
</style>
border-color css
<style>
span { border-color: #C8A88F; }
span { border-color: rgb(200,168,143); }
td.TdClassName
{
border-color: #C8A88F;
}
.TagClassName
{
border-color: #C8A88F;
}
</style>