Shades of Rodeo Dust #C0A37E
Tints of Rodeo Dust #C0A37E
RGB
CMYK
RGB Variations
Color information
#C0A37E (or 0xC0A37E) is known color: Rodeo Dust. HEX triplet: C0, A3 and 7E. RGB value is (192,163,126). Sum of RGB (Red+Green+Blue) = 192+163+126=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A37E is #3F5C81. Grayscale: #A7A7A7. Windows color (decimal): -4152450 or 8299456. OLE color: 8299456.
HSL color Cylindrical-coordinate representation of color #C0A37E: hue angle of 33.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0A37E is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 126 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.25 |
| HSL | 33.64º | 0.34% | 0.62% | - |
| HSV(B) | 33.64º | 0.34% | 0.75% | - |
| XYZ | 38.6 | 38.91 | 25.21 | - |
| YUV | 167.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 126 | 0 | 0.15 | 0.34 | 0.25 | 33.64 | 0.34 | 0.62 |
| Hex | C0 | A3 | 7E | 0 | F | 22 | 19 | 22 | 22 | 3E |
| Octal | 300 | 243 | 176 | 0 | 17 | 42 | 31 | 42 | 42 | 76 |
| Binary | 11000000 | 10100011 | 1111110 | 0 | 1111 | 100010 | 11001 | 100010 | 100010 | 111110 |
Color Harmonies of #C0A37E
Complementary color
Monochromatic Colors of #C0A37E
Black with #C0A37E
Text Example
Text Example
White with #C0A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A37E; }
p { color: rgb(192,163,126); }
H1.HeaderClassName
{
color: #C0A37E;
}
.AnyTagClassName
{
color: #C0A37E;
}
</style>
background-color css
<style>
a { background-color: #C0A37E; }
a { background-color: rgb(192,163,126); }
div.DivClassName
{
background-color: #C0A37E;
}
.BgClassName
{
background-color: #C0A37E;
}
</style>
border-color css
<style>
span { border-color: #C0A37E; }
span { border-color: rgb(192,163,126); }
td.TdClassName
{
border-color: #C0A37E;
}
.TagClassName
{
border-color: #C0A37E;
}
</style>