Shades of Rodeo Dust #C7A37D
Tints of Rodeo Dust #C7A37D
RGB
CMYK
RGB Variations
Color information
#C7A37D (or 0xC7A37D) is known color: Rodeo Dust. HEX triplet: C7, A3 and 7D. RGB value is (199,163,125). Sum of RGB (Red+Green+Blue) = 199+163+125=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A37D is #385C82. Grayscale: #A9A9A9. Windows color (decimal): -3693699 or 8233927. OLE color: 8233927.
HSL color Cylindrical-coordinate representation of color #C7A37D: hue angle of 30.81º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7A37D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 125 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.22 |
| HSL | 30.81º | 0.4% | 0.64% | - |
| HSV(B) | 30.81º | 0.37% | 0.78% | - |
| XYZ | 40.35 | 39.82 | 24.96 | - |
| YUV | 169.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 125 | 0 | 0.18 | 0.37 | 0.22 | 30.81 | 0.4 | 0.64 |
| Hex | C7 | A3 | 7D | 0 | 12 | 25 | 16 | 1F | 28 | 40 |
| Octal | 307 | 243 | 175 | 0 | 22 | 45 | 26 | 37 | 50 | 100 |
| Binary | 11000111 | 10100011 | 1111101 | 0 | 10010 | 100101 | 10110 | 11111 | 101000 | 1000000 |
Color Harmonies of #C7A37D
Complementary color
Monochromatic Colors of #C7A37D
Black with #C7A37D
Text Example
Text Example
White with #C7A37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A37D; }
p { color: rgb(199,163,125); }
H1.HeaderClassName
{
color: #C7A37D;
}
.AnyTagClassName
{
color: #C7A37D;
}
</style>
background-color css
<style>
a { background-color: #C7A37D; }
a { background-color: rgb(199,163,125); }
div.DivClassName
{
background-color: #C7A37D;
}
.BgClassName
{
background-color: #C7A37D;
}
</style>
border-color css
<style>
span { border-color: #C7A37D; }
span { border-color: rgb(199,163,125); }
td.TdClassName
{
border-color: #C7A37D;
}
.TagClassName
{
border-color: #C7A37D;
}
</style>