Shades of Rodeo Dust #C1A47D
Tints of Rodeo Dust #C1A47D
RGB
CMYK
RGB Variations
Color information
#C1A47D (or 0xC1A47D) is known color: Rodeo Dust. HEX triplet: C1, A4 and 7D. RGB value is (193,164,125). Sum of RGB (Red+Green+Blue) = 193+164+125=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A47D is #3E5B82. Grayscale: #A8A8A8. Windows color (decimal): -4086659 or 8234177. OLE color: 8234177.
HSL color Cylindrical-coordinate representation of color #C1A47D: hue angle of 34.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1A47D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 164 | 125 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.24 |
| HSL | 34.41º | 0.35% | 0.62% | - |
| HSV(B) | 34.41º | 0.35% | 0.76% | - |
| XYZ | 38.97 | 39.37 | 24.95 | - |
| YUV | 168.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 164 | 125 | 0 | 0.15 | 0.35 | 0.24 | 34.41 | 0.35 | 0.62 |
| Hex | C1 | A4 | 7D | 0 | F | 23 | 18 | 22 | 23 | 3E |
| Octal | 301 | 244 | 175 | 0 | 17 | 43 | 30 | 42 | 43 | 76 |
| Binary | 11000001 | 10100100 | 1111101 | 0 | 1111 | 100011 | 11000 | 100010 | 100011 | 111110 |
Color Harmonies of #C1A47D
Complementary color
Monochromatic Colors of #C1A47D
Black with #C1A47D
Text Example
Text Example
White with #C1A47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A47D; }
p { color: rgb(193,164,125); }
H1.HeaderClassName
{
color: #C1A47D;
}
.AnyTagClassName
{
color: #C1A47D;
}
</style>
background-color css
<style>
a { background-color: #C1A47D; }
a { background-color: rgb(193,164,125); }
div.DivClassName
{
background-color: #C1A47D;
}
.BgClassName
{
background-color: #C1A47D;
}
</style>
border-color css
<style>
span { border-color: #C1A47D; }
span { border-color: rgb(193,164,125); }
td.TdClassName
{
border-color: #C1A47D;
}
.TagClassName
{
border-color: #C1A47D;
}
</style>