Shades of Rodeo Dust #C7A277
Tints of Rodeo Dust #C7A277
RGB
CMYK
RGB Variations
Color information
#C7A277 (or 0xC7A277) is known color: Rodeo Dust. HEX triplet: C7, A2 and 77. RGB value is (199,162,119). Sum of RGB (Red+Green+Blue) = 199+162+119=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A277 is #385D88. Grayscale: #A8A8A8. Windows color (decimal): -3693961 or 7840455. OLE color: 7840455.
HSL color Cylindrical-coordinate representation of color #C7A277: hue angle of 32.25º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7A277 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 119 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.22 |
| HSL | 32.25º | 0.42% | 0.62% | - |
| HSV(B) | 32.25º | 0.4% | 0.78% | - |
| XYZ | 39.8 | 39.31 | 22.94 | - |
| YUV | 168.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 119 | 0 | 0.19 | 0.40 | 0.22 | 32.25 | 0.42 | 0.62 |
| Hex | C7 | A2 | 77 | 0 | 13 | 28 | 16 | 20 | 2A | 3E |
| Octal | 307 | 242 | 167 | 0 | 23 | 50 | 26 | 40 | 52 | 76 |
| Binary | 11000111 | 10100010 | 1110111 | 0 | 10011 | 101000 | 10110 | 100000 | 101010 | 111110 |
Color Harmonies of #C7A277
Complementary color
Monochromatic Colors of #C7A277
Black with #C7A277
Text Example
Text Example
White with #C7A277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A277; }
p { color: rgb(199,162,119); }
H1.HeaderClassName
{
color: #C7A277;
}
.AnyTagClassName
{
color: #C7A277;
}
</style>
background-color css
<style>
a { background-color: #C7A277; }
a { background-color: rgb(199,162,119); }
div.DivClassName
{
background-color: #C7A277;
}
.BgClassName
{
background-color: #C7A277;
}
</style>
border-color css
<style>
span { border-color: #C7A277; }
span { border-color: rgb(199,162,119); }
td.TdClassName
{
border-color: #C7A277;
}
.TagClassName
{
border-color: #C7A277;
}
</style>