Shades of Rodeo Dust #C3A08A
Tints of Rodeo Dust #C3A08A
RGB
CMYK
RGB Variations
Color information
#C3A08A (or 0xC3A08A) is known color: Rodeo Dust. HEX triplet: C3, A0 and 8A. RGB value is (195,160,138). Sum of RGB (Red+Green+Blue) = 195+160+138=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A08A is #3C5F75. Grayscale: #A8A8A8. Windows color (decimal): -3956598 or 9085123. OLE color: 9085123.
HSL color Cylindrical-coordinate representation of color #C3A08A: hue angle of 23.16º 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 #C3A08A is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 138 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.24 |
| HSL | 23.16º | 0.32% | 0.65% | - |
| HSV(B) | 23.16º | 0.29% | 0.76% | - |
| XYZ | 39.66 | 38.58 | 29.4 | - |
| YUV | 167.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 138 | 0 | 0.18 | 0.29 | 0.24 | 23.16 | 0.32 | 0.65 |
| Hex | C3 | A0 | 8A | 0 | 12 | 1D | 18 | 17 | 20 | 41 |
| Octal | 303 | 240 | 212 | 0 | 22 | 35 | 30 | 27 | 40 | 101 |
| Binary | 11000011 | 10100000 | 10001010 | 0 | 10010 | 11101 | 11000 | 10111 | 100000 | 1000001 |
Color Harmonies of #C3A08A
Complementary color
Monochromatic Colors of #C3A08A
Black with #C3A08A
Text Example
Text Example
White with #C3A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A08A; }
p { color: rgb(195,160,138); }
H1.HeaderClassName
{
color: #C3A08A;
}
.AnyTagClassName
{
color: #C3A08A;
}
</style>
background-color css
<style>
a { background-color: #C3A08A; }
a { background-color: rgb(195,160,138); }
div.DivClassName
{
background-color: #C3A08A;
}
.BgClassName
{
background-color: #C3A08A;
}
</style>
border-color css
<style>
span { border-color: #C3A08A; }
span { border-color: rgb(195,160,138); }
td.TdClassName
{
border-color: #C3A08A;
}
.TagClassName
{
border-color: #C3A08A;
}
</style>