Shades of Rodeo Dust #C0A37D
Tints of Rodeo Dust #C0A37D
RGB
CMYK
RGB Variations
Color information
#C0A37D (or 0xC0A37D) is known color: Rodeo Dust. HEX triplet: C0, A3 and 7D. RGB value is (192,163,125). Sum of RGB (Red+Green+Blue) = 192+163+125=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A37D is #3F5C82. Grayscale: #A7A7A7. Windows color (decimal): -4152451 or 8233920. OLE color: 8233920.
HSL color Cylindrical-coordinate representation of color #C0A37D: hue angle of 34.03º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A37D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 125 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.25 |
| HSL | 34.03º | 0.35% | 0.62% | - |
| HSV(B) | 34.03º | 0.35% | 0.75% | - |
| XYZ | 38.54 | 38.88 | 24.88 | - |
| YUV | 167.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 125 | 0 | 0.15 | 0.35 | 0.25 | 34.03 | 0.35 | 0.62 |
| Hex | C0 | A3 | 7D | 0 | F | 23 | 19 | 22 | 23 | 3E |
| Octal | 300 | 243 | 175 | 0 | 17 | 43 | 31 | 42 | 43 | 76 |
| Binary | 11000000 | 10100011 | 1111101 | 0 | 1111 | 100011 | 11001 | 100010 | 100011 | 111110 |
Color Harmonies of #C0A37D
Complementary color
Monochromatic Colors of #C0A37D
Black with #C0A37D
Text Example
Text Example
White with #C0A37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A37D; }
p { color: rgb(192,163,125); }
H1.HeaderClassName
{
color: #C0A37D;
}
.AnyTagClassName
{
color: #C0A37D;
}
</style>
background-color css
<style>
a { background-color: #C0A37D; }
a { background-color: rgb(192,163,125); }
div.DivClassName
{
background-color: #C0A37D;
}
.BgClassName
{
background-color: #C0A37D;
}
</style>
border-color css
<style>
span { border-color: #C0A37D; }
span { border-color: rgb(192,163,125); }
td.TdClassName
{
border-color: #C0A37D;
}
.TagClassName
{
border-color: #C0A37D;
}
</style>