Shades of Rodeo Dust #C3A688
Tints of Rodeo Dust #C3A688
RGB
CMYK
RGB Variations
Color information
#C3A688 (or 0xC3A688) is known color: Rodeo Dust. HEX triplet: C3, A6 and 88. RGB value is (195,166,136). Sum of RGB (Red+Green+Blue) = 195+166+136=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A688 is #3C5977. Grayscale: #ABABAB. Windows color (decimal): -3955064 or 8955587. OLE color: 8955587.
HSL color Cylindrical-coordinate representation of color #C3A688: hue angle of 30.51º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3A688 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 136 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.24 |
| HSL | 30.51º | 0.33% | 0.65% | - |
| HSV(B) | 30.51º | 0.3% | 0.76% | - |
| XYZ | 40.59 | 40.65 | 29 | - |
| YUV | 171.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 136 | 0 | 0.15 | 0.30 | 0.24 | 30.51 | 0.33 | 0.65 |
| Hex | C3 | A6 | 88 | 0 | F | 1E | 18 | 1F | 21 | 41 |
| Octal | 303 | 246 | 210 | 0 | 17 | 36 | 30 | 37 | 41 | 101 |
| Binary | 11000011 | 10100110 | 10001000 | 0 | 1111 | 11110 | 11000 | 11111 | 100001 | 1000001 |
Color Harmonies of #C3A688
Complementary color
Monochromatic Colors of #C3A688
Black with #C3A688
Text Example
Text Example
White with #C3A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A688; }
p { color: rgb(195,166,136); }
H1.HeaderClassName
{
color: #C3A688;
}
.AnyTagClassName
{
color: #C3A688;
}
</style>
background-color css
<style>
a { background-color: #C3A688; }
a { background-color: rgb(195,166,136); }
div.DivClassName
{
background-color: #C3A688;
}
.BgClassName
{
background-color: #C3A688;
}
</style>
border-color css
<style>
span { border-color: #C3A688; }
span { border-color: rgb(195,166,136); }
td.TdClassName
{
border-color: #C3A688;
}
.TagClassName
{
border-color: #C3A688;
}
</style>