Shades of Rodeo Dust #C7A08A
Tints of Rodeo Dust #C7A08A
RGB
CMYK
RGB Variations
Color information
#C7A08A (or 0xC7A08A) is known color: Rodeo Dust. HEX triplet: C7, A0 and 8A. RGB value is (199,160,138). Sum of RGB (Red+Green+Blue) = 199+160+138=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A08A is #385F75. Grayscale: #A9A9A9. Windows color (decimal): -3694454 or 9085127. OLE color: 9085127.
HSL color Cylindrical-coordinate representation of color #C7A08A: hue angle of 21.64º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7A08A is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 138 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.22 |
| HSL | 21.64º | 0.35% | 0.66% | - |
| HSV(B) | 21.64º | 0.31% | 0.78% | - |
| XYZ | 40.71 | 39.12 | 29.45 | - |
| YUV | 169.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 138 | 0 | 0.20 | 0.31 | 0.22 | 21.64 | 0.35 | 0.66 |
| Hex | C7 | A0 | 8A | 0 | 14 | 1F | 16 | 16 | 23 | 42 |
| Octal | 307 | 240 | 212 | 0 | 24 | 37 | 26 | 26 | 43 | 102 |
| Binary | 11000111 | 10100000 | 10001010 | 0 | 10100 | 11111 | 10110 | 10110 | 100011 | 1000010 |
Color Harmonies of #C7A08A
Complementary color
Monochromatic Colors of #C7A08A
Black with #C7A08A
Text Example
Text Example
White with #C7A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A08A; }
p { color: rgb(199,160,138); }
H1.HeaderClassName
{
color: #C7A08A;
}
.AnyTagClassName
{
color: #C7A08A;
}
</style>
background-color css
<style>
a { background-color: #C7A08A; }
a { background-color: rgb(199,160,138); }
div.DivClassName
{
background-color: #C7A08A;
}
.BgClassName
{
background-color: #C7A08A;
}
</style>
border-color css
<style>
span { border-color: #C7A08A; }
span { border-color: rgb(199,160,138); }
td.TdClassName
{
border-color: #C7A08A;
}
.TagClassName
{
border-color: #C7A08A;
}
</style>