Shades of Rodeo Dust #C8A580
Tints of Rodeo Dust #C8A580
RGB
CMYK
RGB Variations
Color information
#C8A580 (or 0xC8A580) is known color: Rodeo Dust. HEX triplet: C8, A5 and 80. RGB value is (200,165,128). Sum of RGB (Red+Green+Blue) = 200+165+128=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A580 is #375A7F. Grayscale: #ABABAB. Windows color (decimal): -3627648 or 8431048. OLE color: 8431048.
HSL color Cylindrical-coordinate representation of color #C8A580: hue angle of 30.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8A580 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 128 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.22 |
| HSL | 30.83º | 0.4% | 0.64% | - |
| HSV(B) | 30.83º | 0.36% | 0.78% | - |
| XYZ | 41.17 | 40.75 | 26.12 | - |
| YUV | 171.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 128 | 0 | 0.18 | 0.36 | 0.22 | 30.83 | 0.4 | 0.64 |
| Hex | C8 | A5 | 80 | 0 | 12 | 24 | 16 | 1F | 28 | 40 |
| Octal | 310 | 245 | 200 | 0 | 22 | 44 | 26 | 37 | 50 | 100 |
| Binary | 11001000 | 10100101 | 10000000 | 0 | 10010 | 100100 | 10110 | 11111 | 101000 | 1000000 |
Color Harmonies of #C8A580
Complementary color
Monochromatic Colors of #C8A580
Black with #C8A580
Text Example
Text Example
White with #C8A580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A580; }
p { color: rgb(200,165,128); }
H1.HeaderClassName
{
color: #C8A580;
}
.AnyTagClassName
{
color: #C8A580;
}
</style>
background-color css
<style>
a { background-color: #C8A580; }
a { background-color: rgb(200,165,128); }
div.DivClassName
{
background-color: #C8A580;
}
.BgClassName
{
background-color: #C8A580;
}
</style>
border-color css
<style>
span { border-color: #C8A580; }
span { border-color: rgb(200,165,128); }
td.TdClassName
{
border-color: #C8A580;
}
.TagClassName
{
border-color: #C8A580;
}
</style>