Shades of Rodeo Dust #C3A390
Tints of Rodeo Dust #C3A390
RGB
CMYK
RGB Variations
Color information
#C3A390 (or 0xC3A390) is known color: Rodeo Dust. HEX triplet: C3, A3 and 90. RGB value is (195,163,144). Sum of RGB (Red+Green+Blue) = 195+163+144=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A390 is #3C5C6F. Grayscale: #AAAAAA. Windows color (decimal): -3955824 or 9479107. OLE color: 9479107.
HSL color Cylindrical-coordinate representation of color #C3A390: hue angle of 22.35º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3A390 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 144 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.24 |
| HSL | 22.35º | 0.3% | 0.66% | - |
| HSV(B) | 22.35º | 0.26% | 0.76% | - |
| XYZ | 40.64 | 39.81 | 31.93 | - |
| YUV | 170.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 144 | 0 | 0.16 | 0.26 | 0.24 | 22.35 | 0.3 | 0.66 |
| Hex | C3 | A3 | 90 | 0 | 10 | 1A | 18 | 16 | 1E | 42 |
| Octal | 303 | 243 | 220 | 0 | 20 | 32 | 30 | 26 | 36 | 102 |
| Binary | 11000011 | 10100011 | 10010000 | 0 | 10000 | 11010 | 11000 | 10110 | 11110 | 1000010 |
Color Harmonies of #C3A390
Complementary color
Monochromatic Colors of #C3A390
Black with #C3A390
Text Example
Text Example
White with #C3A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A390; }
p { color: rgb(195,163,144); }
H1.HeaderClassName
{
color: #C3A390;
}
.AnyTagClassName
{
color: #C3A390;
}
</style>
background-color css
<style>
a { background-color: #C3A390; }
a { background-color: rgb(195,163,144); }
div.DivClassName
{
background-color: #C3A390;
}
.BgClassName
{
background-color: #C3A390;
}
</style>
border-color css
<style>
span { border-color: #C3A390; }
span { border-color: rgb(195,163,144); }
td.TdClassName
{
border-color: #C3A390;
}
.TagClassName
{
border-color: #C3A390;
}
</style>