Shades of Rodeo Dust #C1A27D
Tints of Rodeo Dust #C1A27D
RGB
CMYK
RGB Variations
Color information
#C1A27D (or 0xC1A27D) is known color: Rodeo Dust. HEX triplet: C1, A2 and 7D. RGB value is (193,162,125). Sum of RGB (Red+Green+Blue) = 193+162+125=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A27D is #3E5D82. Grayscale: #A7A7A7. Windows color (decimal): -4087171 or 8233665. OLE color: 8233665.
HSL color Cylindrical-coordinate representation of color #C1A27D: hue angle of 32.65º 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 #C1A27D is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 162 | 125 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.24 |
| HSL | 32.65º | 0.35% | 0.62% | - |
| HSV(B) | 32.65º | 0.35% | 0.76% | - |
| XYZ | 38.61 | 38.66 | 24.83 | - |
| YUV | 167.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 162 | 125 | 0 | 0.16 | 0.35 | 0.24 | 32.65 | 0.35 | 0.62 |
| Hex | C1 | A2 | 7D | 0 | 10 | 23 | 18 | 21 | 23 | 3E |
| Octal | 301 | 242 | 175 | 0 | 20 | 43 | 30 | 41 | 43 | 76 |
| Binary | 11000001 | 10100010 | 1111101 | 0 | 10000 | 100011 | 11000 | 100001 | 100011 | 111110 |
Color Harmonies of #C1A27D
Complementary color
Monochromatic Colors of #C1A27D
Black with #C1A27D
Text Example
Text Example
White with #C1A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A27D; }
p { color: rgb(193,162,125); }
H1.HeaderClassName
{
color: #C1A27D;
}
.AnyTagClassName
{
color: #C1A27D;
}
</style>
background-color css
<style>
a { background-color: #C1A27D; }
a { background-color: rgb(193,162,125); }
div.DivClassName
{
background-color: #C1A27D;
}
.BgClassName
{
background-color: #C1A27D;
}
</style>
border-color css
<style>
span { border-color: #C1A27D; }
span { border-color: rgb(193,162,125); }
td.TdClassName
{
border-color: #C1A27D;
}
.TagClassName
{
border-color: #C1A27D;
}
</style>