Shades of Rodeo Dust #C8AA82
Tints of Rodeo Dust #C8AA82
RGB
CMYK
RGB Variations
Color information
#C8AA82 (or 0xC8AA82) is known color: Rodeo Dust. HEX triplet: C8, AA and 82. RGB value is (200,170,130). Sum of RGB (Red+Green+Blue) = 200+170+130=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA82 is #37557D. Grayscale: #AEAEAE. Windows color (decimal): -3626366 or 8563400. OLE color: 8563400.
HSL color Cylindrical-coordinate representation of color #C8AA82: hue angle of 34.29º 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 #C8AA82 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 130 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.22 |
| HSL | 34.29º | 0.39% | 0.65% | - |
| HSV(B) | 34.29º | 0.35% | 0.78% | - |
| XYZ | 42.22 | 42.64 | 27.12 | - |
| YUV | 174.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 130 | 0 | 0.15 | 0.35 | 0.22 | 34.29 | 0.39 | 0.65 |
| Hex | C8 | AA | 82 | 0 | F | 23 | 16 | 22 | 27 | 41 |
| Octal | 310 | 252 | 202 | 0 | 17 | 43 | 26 | 42 | 47 | 101 |
| Binary | 11001000 | 10101010 | 10000010 | 0 | 1111 | 100011 | 10110 | 100010 | 100111 | 1000001 |
Color Harmonies of #C8AA82
Complementary color
Monochromatic Colors of #C8AA82
Black with #C8AA82
Text Example
Text Example
White with #C8AA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA82; }
p { color: rgb(200,170,130); }
H1.HeaderClassName
{
color: #C8AA82;
}
.AnyTagClassName
{
color: #C8AA82;
}
</style>
background-color css
<style>
a { background-color: #C8AA82; }
a { background-color: rgb(200,170,130); }
div.DivClassName
{
background-color: #C8AA82;
}
.BgClassName
{
background-color: #C8AA82;
}
</style>
border-color css
<style>
span { border-color: #C8AA82; }
span { border-color: rgb(200,170,130); }
td.TdClassName
{
border-color: #C8AA82;
}
.TagClassName
{
border-color: #C8AA82;
}
</style>