Shades of Rodeo Dust #C3A891
Tints of Rodeo Dust #C3A891
RGB
CMYK
RGB Variations
Color information
#C3A891 (or 0xC3A891) is known color: Rodeo Dust. HEX triplet: C3, A8 and 91. RGB value is (195,168,145). Sum of RGB (Red+Green+Blue) = 195+168+145=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A891 is #3C576E. Grayscale: #ADADAD. Windows color (decimal): -3954543 or 9545923. OLE color: 9545923.
HSL color Cylindrical-coordinate representation of color #C3A891: hue angle of 27.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3A891 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 145 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.24 |
| HSL | 27.6º | 0.29% | 0.67% | - |
| HSV(B) | 27.6º | 0.26% | 0.76% | - |
| XYZ | 41.62 | 41.65 | 32.63 | - |
| YUV | 173.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 145 | 0 | 0.14 | 0.26 | 0.24 | 27.6 | 0.29 | 0.67 |
| Hex | C3 | A8 | 91 | 0 | E | 1A | 18 | 1C | 1D | 43 |
| Octal | 303 | 250 | 221 | 0 | 16 | 32 | 30 | 34 | 35 | 103 |
| Binary | 11000011 | 10101000 | 10010001 | 0 | 1110 | 11010 | 11000 | 11100 | 11101 | 1000011 |
Color Harmonies of #C3A891
Complementary color
Monochromatic Colors of #C3A891
Black with #C3A891
Text Example
Text Example
White with #C3A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A891; }
p { color: rgb(195,168,145); }
H1.HeaderClassName
{
color: #C3A891;
}
.AnyTagClassName
{
color: #C3A891;
}
</style>
background-color css
<style>
a { background-color: #C3A891; }
a { background-color: rgb(195,168,145); }
div.DivClassName
{
background-color: #C3A891;
}
.BgClassName
{
background-color: #C3A891;
}
</style>
border-color css
<style>
span { border-color: #C3A891; }
span { border-color: rgb(195,168,145); }
td.TdClassName
{
border-color: #C3A891;
}
.TagClassName
{
border-color: #C3A891;
}
</style>