Shades of Rodeo Dust #C1A692
Tints of Rodeo Dust #C1A692
RGB
CMYK
RGB Variations
Color information
#C1A692 (or 0xC1A692) is known color: Rodeo Dust. HEX triplet: C1, A6 and 92. RGB value is (193,166,146). Sum of RGB (Red+Green+Blue) = 193+166+146=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A692 is #3E596D. Grayscale: #ABABAB. Windows color (decimal): -4086126 or 9610945. OLE color: 9610945.
HSL color Cylindrical-coordinate representation of color #C1A692: hue angle of 25.53º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1A692 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 166 | 146 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.24 |
| HSL | 25.53º | 0.27% | 0.66% | - |
| HSV(B) | 25.53º | 0.24% | 0.76% | - |
| XYZ | 40.82 | 40.69 | 32.9 | - |
| YUV | 171.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 166 | 146 | 0 | 0.14 | 0.24 | 0.24 | 25.53 | 0.27 | 0.66 |
| Hex | C1 | A6 | 92 | 0 | E | 18 | 18 | 1A | 1B | 42 |
| Octal | 301 | 246 | 222 | 0 | 16 | 30 | 30 | 32 | 33 | 102 |
| Binary | 11000001 | 10100110 | 10010010 | 0 | 1110 | 11000 | 11000 | 11010 | 11011 | 1000010 |
Color Harmonies of #C1A692
Complementary color
Monochromatic Colors of #C1A692
Black with #C1A692
Text Example
Text Example
White with #C1A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A692; }
p { color: rgb(193,166,146); }
H1.HeaderClassName
{
color: #C1A692;
}
.AnyTagClassName
{
color: #C1A692;
}
</style>
background-color css
<style>
a { background-color: #C1A692; }
a { background-color: rgb(193,166,146); }
div.DivClassName
{
background-color: #C1A692;
}
.BgClassName
{
background-color: #C1A692;
}
</style>
border-color css
<style>
span { border-color: #C1A692; }
span { border-color: rgb(193,166,146); }
td.TdClassName
{
border-color: #C1A692;
}
.TagClassName
{
border-color: #C1A692;
}
</style>