Shades of Rodeo Dust #C8A681
Tints of Rodeo Dust #C8A681
RGB
CMYK
RGB Variations
Color information
#C8A681 (or 0xC8A681) is known color: Rodeo Dust. HEX triplet: C8, A6 and 81. RGB value is (200,166,129). Sum of RGB (Red+Green+Blue) = 200+166+129=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A681 is #37597E. Grayscale: #ACACAC. Windows color (decimal): -3627391 or 8496840. OLE color: 8496840.
HSL color Cylindrical-coordinate representation of color #C8A681: hue angle of 31.27º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8A681 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 129 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.22 |
| HSL | 31.27º | 0.39% | 0.65% | - |
| HSV(B) | 31.27º | 0.36% | 0.78% | - |
| XYZ | 41.42 | 41.14 | 26.53 | - |
| YUV | 171.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 129 | 0 | 0.17 | 0.36 | 0.22 | 31.27 | 0.39 | 0.65 |
| Hex | C8 | A6 | 81 | 0 | 11 | 24 | 16 | 1F | 27 | 41 |
| Octal | 310 | 246 | 201 | 0 | 21 | 44 | 26 | 37 | 47 | 101 |
| Binary | 11001000 | 10100110 | 10000001 | 0 | 10001 | 100100 | 10110 | 11111 | 100111 | 1000001 |
Color Harmonies of #C8A681
Complementary color
Monochromatic Colors of #C8A681
Black with #C8A681
Text Example
Text Example
White with #C8A681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A681; }
p { color: rgb(200,166,129); }
H1.HeaderClassName
{
color: #C8A681;
}
.AnyTagClassName
{
color: #C8A681;
}
</style>
background-color css
<style>
a { background-color: #C8A681; }
a { background-color: rgb(200,166,129); }
div.DivClassName
{
background-color: #C8A681;
}
.BgClassName
{
background-color: #C8A681;
}
</style>
border-color css
<style>
span { border-color: #C8A681; }
span { border-color: rgb(200,166,129); }
td.TdClassName
{
border-color: #C8A681;
}
.TagClassName
{
border-color: #C8A681;
}
</style>