Shades of Rodeo Dust #C2A47B
Tints of Rodeo Dust #C2A47B
RGB
CMYK
RGB Variations
Color information
#C2A47B (or 0xC2A47B) is known color: Rodeo Dust. HEX triplet: C2, A4 and 7B. RGB value is (194,164,123). Sum of RGB (Red+Green+Blue) = 194+164+123=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A47B is #3D5B84. Grayscale: #A8A8A8. Windows color (decimal): -4021125 or 8103106. OLE color: 8103106.
HSL color Cylindrical-coordinate representation of color #C2A47B: hue angle of 34.65º 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 #C2A47B is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 123 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.24 |
| HSL | 34.65º | 0.37% | 0.62% | - |
| HSV(B) | 34.65º | 0.37% | 0.76% | - |
| XYZ | 39.1 | 39.45 | 24.29 | - |
| YUV | 168.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 123 | 0 | 0.15 | 0.37 | 0.24 | 34.65 | 0.37 | 0.62 |
| Hex | C2 | A4 | 7B | 0 | F | 25 | 18 | 23 | 25 | 3E |
| Octal | 302 | 244 | 173 | 0 | 17 | 45 | 30 | 43 | 45 | 76 |
| Binary | 11000010 | 10100100 | 1111011 | 0 | 1111 | 100101 | 11000 | 100011 | 100101 | 111110 |
Color Harmonies of #C2A47B
Complementary color
Monochromatic Colors of #C2A47B
Black with #C2A47B
Text Example
Text Example
White with #C2A47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A47B; }
p { color: rgb(194,164,123); }
H1.HeaderClassName
{
color: #C2A47B;
}
.AnyTagClassName
{
color: #C2A47B;
}
</style>
background-color css
<style>
a { background-color: #C2A47B; }
a { background-color: rgb(194,164,123); }
div.DivClassName
{
background-color: #C2A47B;
}
.BgClassName
{
background-color: #C2A47B;
}
</style>
border-color css
<style>
span { border-color: #C2A47B; }
span { border-color: rgb(194,164,123); }
td.TdClassName
{
border-color: #C2A47B;
}
.TagClassName
{
border-color: #C2A47B;
}
</style>