Shades of Rodeo Dust #C7A281
Tints of Rodeo Dust #C7A281
RGB
CMYK
RGB Variations
Color information
#C7A281 (or 0xC7A281) is known color: Rodeo Dust. HEX triplet: C7, A2 and 81. RGB value is (199,162,129). Sum of RGB (Red+Green+Blue) = 199+162+129=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A281 is #385D7E. Grayscale: #A9A9A9. Windows color (decimal): -3693951 or 8495815. OLE color: 8495815.
HSL color Cylindrical-coordinate representation of color #C7A281: hue angle of 28.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7A281 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 129 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.22 |
| HSL | 28.29º | 0.38% | 0.64% | - |
| HSV(B) | 28.29º | 0.35% | 0.78% | - |
| XYZ | 40.44 | 39.57 | 26.28 | - |
| YUV | 169.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 129 | 0 | 0.19 | 0.35 | 0.22 | 28.29 | 0.38 | 0.64 |
| Hex | C7 | A2 | 81 | 0 | 13 | 23 | 16 | 1C | 26 | 40 |
| Octal | 307 | 242 | 201 | 0 | 23 | 43 | 26 | 34 | 46 | 100 |
| Binary | 11000111 | 10100010 | 10000001 | 0 | 10011 | 100011 | 10110 | 11100 | 100110 | 1000000 |
Color Harmonies of #C7A281
Complementary color
Monochromatic Colors of #C7A281
Black with #C7A281
Text Example
Text Example
White with #C7A281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A281; }
p { color: rgb(199,162,129); }
H1.HeaderClassName
{
color: #C7A281;
}
.AnyTagClassName
{
color: #C7A281;
}
</style>
background-color css
<style>
a { background-color: #C7A281; }
a { background-color: rgb(199,162,129); }
div.DivClassName
{
background-color: #C7A281;
}
.BgClassName
{
background-color: #C7A281;
}
</style>
border-color css
<style>
span { border-color: #C7A281; }
span { border-color: rgb(199,162,129); }
td.TdClassName
{
border-color: #C7A281;
}
.TagClassName
{
border-color: #C7A281;
}
</style>