Shades of Rodeo Dust #C2A07F
Tints of Rodeo Dust #C2A07F
RGB
CMYK
RGB Variations
Color information
#C2A07F (or 0xC2A07F) is known color: Rodeo Dust. HEX triplet: C2, A0 and 7F. RGB value is (194,160,127). Sum of RGB (Red+Green+Blue) = 194+160+127=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A07F is #3D5F80. Grayscale: #A6A6A6. Windows color (decimal): -4022145 or 8364226. OLE color: 8364226.
HSL color Cylindrical-coordinate representation of color #C2A07F: hue angle of 29.55º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2A07F is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 127 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.24 |
| HSL | 29.55º | 0.35% | 0.63% | - |
| HSV(B) | 29.55º | 0.35% | 0.76% | - |
| XYZ | 38.65 | 38.14 | 25.4 | - |
| YUV | 166.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 127 | 0 | 0.18 | 0.35 | 0.24 | 29.55 | 0.35 | 0.63 |
| Hex | C2 | A0 | 7F | 0 | 12 | 23 | 18 | 1E | 23 | 3F |
| Octal | 302 | 240 | 177 | 0 | 22 | 43 | 30 | 36 | 43 | 77 |
| Binary | 11000010 | 10100000 | 1111111 | 0 | 10010 | 100011 | 11000 | 11110 | 100011 | 111111 |
Color Harmonies of #C2A07F
Complementary color
Monochromatic Colors of #C2A07F
Black with #C2A07F
Text Example
Text Example
White with #C2A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A07F; }
p { color: rgb(194,160,127); }
H1.HeaderClassName
{
color: #C2A07F;
}
.AnyTagClassName
{
color: #C2A07F;
}
</style>
background-color css
<style>
a { background-color: #C2A07F; }
a { background-color: rgb(194,160,127); }
div.DivClassName
{
background-color: #C2A07F;
}
.BgClassName
{
background-color: #C2A07F;
}
</style>
border-color css
<style>
span { border-color: #C2A07F; }
span { border-color: rgb(194,160,127); }
td.TdClassName
{
border-color: #C2A07F;
}
.TagClassName
{
border-color: #C2A07F;
}
</style>