Shades of Rodeo Dust #C8A082
Tints of Rodeo Dust #C8A082
RGB
CMYK
RGB Variations
Color information
#C8A082 (or 0xC8A082) is known color: Rodeo Dust. HEX triplet: C8, A0 and 82. RGB value is (200,160,130). Sum of RGB (Red+Green+Blue) = 200+160+130=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A082 is #375F7D. Grayscale: #A8A8A8. Windows color (decimal): -3628926 or 8560840. OLE color: 8560840.
HSL color Cylindrical-coordinate representation of color #C8A082: hue angle of 25.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8A082 is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 130 | - |
| CMYK | 0 | 0.2 | 0.35 | 0.22 |
| HSL | 25.71º | 0.39% | 0.65% | - |
| HSV(B) | 25.71º | 0.35% | 0.78% | - |
| XYZ | 40.42 | 39.03 | 26.52 | - |
| YUV | 168.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 130 | 0 | 0.2 | 0.35 | 0.22 | 25.71 | 0.39 | 0.65 |
| Hex | C8 | A0 | 82 | 0 | 14 | 23 | 16 | 1A | 27 | 41 |
| Octal | 310 | 240 | 202 | 0 | 24 | 43 | 26 | 32 | 47 | 101 |
| Binary | 11001000 | 10100000 | 10000010 | 0 | 10100 | 100011 | 10110 | 11010 | 100111 | 1000001 |
Color Harmonies of #C8A082
Complementary color
Monochromatic Colors of #C8A082
Black with #C8A082
Text Example
Text Example
White with #C8A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A082; }
p { color: rgb(200,160,130); }
H1.HeaderClassName
{
color: #C8A082;
}
.AnyTagClassName
{
color: #C8A082;
}
</style>
background-color css
<style>
a { background-color: #C8A082; }
a { background-color: rgb(200,160,130); }
div.DivClassName
{
background-color: #C8A082;
}
.BgClassName
{
background-color: #C8A082;
}
</style>
border-color css
<style>
span { border-color: #C8A082; }
span { border-color: rgb(200,160,130); }
td.TdClassName
{
border-color: #C8A082;
}
.TagClassName
{
border-color: #C8A082;
}
</style>