Shades of Rodeo Dust #C2A07B
Tints of Rodeo Dust #C2A07B
RGB
CMYK
RGB Variations
Color information
#C2A07B (or 0xC2A07B) is known color: Rodeo Dust. HEX triplet: C2, A0 and 7B. RGB value is (194,160,123). Sum of RGB (Red+Green+Blue) = 194+160+123=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A07B is #3D5F84. Grayscale: #A6A6A6. Windows color (decimal): -4022149 or 8102082. OLE color: 8102082.
HSL color Cylindrical-coordinate representation of color #C2A07B: hue angle of 31.27º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2A07B is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 123 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.24 |
| HSL | 31.27º | 0.37% | 0.62% | - |
| HSV(B) | 31.27º | 0.37% | 0.76% | - |
| XYZ | 38.39 | 38.04 | 24.06 | - |
| YUV | 165.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 123 | 0 | 0.18 | 0.37 | 0.24 | 31.27 | 0.37 | 0.62 |
| Hex | C2 | A0 | 7B | 0 | 12 | 25 | 18 | 1F | 25 | 3E |
| Octal | 302 | 240 | 173 | 0 | 22 | 45 | 30 | 37 | 45 | 76 |
| Binary | 11000010 | 10100000 | 1111011 | 0 | 10010 | 100101 | 11000 | 11111 | 100101 | 111110 |
Color Harmonies of #C2A07B
Complementary color
Monochromatic Colors of #C2A07B
Black with #C2A07B
Text Example
Text Example
White with #C2A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A07B; }
p { color: rgb(194,160,123); }
H1.HeaderClassName
{
color: #C2A07B;
}
.AnyTagClassName
{
color: #C2A07B;
}
</style>
background-color css
<style>
a { background-color: #C2A07B; }
a { background-color: rgb(194,160,123); }
div.DivClassName
{
background-color: #C2A07B;
}
.BgClassName
{
background-color: #C2A07B;
}
</style>
border-color css
<style>
span { border-color: #C2A07B; }
span { border-color: rgb(194,160,123); }
td.TdClassName
{
border-color: #C2A07B;
}
.TagClassName
{
border-color: #C2A07B;
}
</style>