Shades of Rodeo Dust #C7A188
Tints of Rodeo Dust #C7A188
RGB
CMYK
RGB Variations
Color information
#C7A188 (or 0xC7A188) is known color: Rodeo Dust. HEX triplet: C7, A1 and 88. RGB value is (199,161,136). Sum of RGB (Red+Green+Blue) = 199+161+136=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A188 is #385E77. Grayscale: #A9A9A9. Windows color (decimal): -3694200 or 8954311. OLE color: 8954311.
HSL color Cylindrical-coordinate representation of color #C7A188: hue angle of 23.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7A188 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 136 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.22 |
| HSL | 23.81º | 0.36% | 0.66% | - |
| HSV(B) | 23.81º | 0.32% | 0.78% | - |
| XYZ | 40.74 | 39.41 | 28.75 | - |
| YUV | 169.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 136 | 0 | 0.19 | 0.32 | 0.22 | 23.81 | 0.36 | 0.66 |
| Hex | C7 | A1 | 88 | 0 | 13 | 20 | 16 | 18 | 24 | 42 |
| Octal | 307 | 241 | 210 | 0 | 23 | 40 | 26 | 30 | 44 | 102 |
| Binary | 11000111 | 10100001 | 10001000 | 0 | 10011 | 100000 | 10110 | 11000 | 100100 | 1000010 |
Color Harmonies of #C7A188
Complementary color
Monochromatic Colors of #C7A188
Black with #C7A188
Text Example
Text Example
White with #C7A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A188; }
p { color: rgb(199,161,136); }
H1.HeaderClassName
{
color: #C7A188;
}
.AnyTagClassName
{
color: #C7A188;
}
</style>
background-color css
<style>
a { background-color: #C7A188; }
a { background-color: rgb(199,161,136); }
div.DivClassName
{
background-color: #C7A188;
}
.BgClassName
{
background-color: #C7A188;
}
</style>
border-color css
<style>
span { border-color: #C7A188; }
span { border-color: rgb(199,161,136); }
td.TdClassName
{
border-color: #C7A188;
}
.TagClassName
{
border-color: #C7A188;
}
</style>