Shades of Rodeo Dust #C3A08B
Tints of Rodeo Dust #C3A08B
RGB
CMYK
RGB Variations
Color information
#C3A08B (or 0xC3A08B) is known color: Rodeo Dust. HEX triplet: C3, A0 and 8B. RGB value is (195,160,139). Sum of RGB (Red+Green+Blue) = 195+160+139=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A08B is #3C5F74. Grayscale: #A8A8A8. Windows color (decimal): -3956597 or 9150659. OLE color: 9150659.
HSL color Cylindrical-coordinate representation of color #C3A08B: hue angle of 22.5º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3A08B is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 139 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.24 |
| HSL | 22.5º | 0.32% | 0.65% | - |
| HSV(B) | 22.5º | 0.29% | 0.76% | - |
| XYZ | 39.74 | 38.61 | 29.78 | - |
| YUV | 168.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 139 | 0 | 0.18 | 0.29 | 0.24 | 22.5 | 0.32 | 0.65 |
| Hex | C3 | A0 | 8B | 0 | 12 | 1D | 18 | 16 | 20 | 41 |
| Octal | 303 | 240 | 213 | 0 | 22 | 35 | 30 | 26 | 40 | 101 |
| Binary | 11000011 | 10100000 | 10001011 | 0 | 10010 | 11101 | 11000 | 10110 | 100000 | 1000001 |
Color Harmonies of #C3A08B
Complementary color
Monochromatic Colors of #C3A08B
Black with #C3A08B
Text Example
Text Example
White with #C3A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A08B; }
p { color: rgb(195,160,139); }
H1.HeaderClassName
{
color: #C3A08B;
}
.AnyTagClassName
{
color: #C3A08B;
}
</style>
background-color css
<style>
a { background-color: #C3A08B; }
a { background-color: rgb(195,160,139); }
div.DivClassName
{
background-color: #C3A08B;
}
.BgClassName
{
background-color: #C3A08B;
}
</style>
border-color css
<style>
span { border-color: #C3A08B; }
span { border-color: rgb(195,160,139); }
td.TdClassName
{
border-color: #C3A08B;
}
.TagClassName
{
border-color: #C3A08B;
}
</style>