Shades of Rodeo Dust #C3A17E
Tints of Rodeo Dust #C3A17E
RGB
CMYK
RGB Variations
Color information
#C3A17E (or 0xC3A17E) is known color: Rodeo Dust. HEX triplet: C3, A1 and 7E. RGB value is (195,161,126). Sum of RGB (Red+Green+Blue) = 195+161+126=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A17E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A17E is #3C5E81. Grayscale: #A7A7A7. Windows color (decimal): -3956354 or 8298947. OLE color: 8298947.
HSL color Cylindrical-coordinate representation of color #C3A17E: hue angle of 30.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3A17E is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 126 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.24 |
| HSL | 30.43º | 0.37% | 0.63% | - |
| HSV(B) | 30.43º | 0.35% | 0.76% | - |
| XYZ | 39.02 | 38.6 | 25.13 | - |
| YUV | 167.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 126 | 0 | 0.17 | 0.35 | 0.24 | 30.43 | 0.37 | 0.63 |
| Hex | C3 | A1 | 7E | 0 | 11 | 23 | 18 | 1E | 25 | 3F |
| Octal | 303 | 241 | 176 | 0 | 21 | 43 | 30 | 36 | 45 | 77 |
| Binary | 11000011 | 10100001 | 1111110 | 0 | 10001 | 100011 | 11000 | 11110 | 100101 | 111111 |
Color Harmonies of #C3A17E
Complementary color
Monochromatic Colors of #C3A17E
Black with #C3A17E
Text Example
Text Example
White with #C3A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A17E; }
p { color: rgb(195,161,126); }
H1.HeaderClassName
{
color: #C3A17E;
}
.AnyTagClassName
{
color: #C3A17E;
}
</style>
background-color css
<style>
a { background-color: #C3A17E; }
a { background-color: rgb(195,161,126); }
div.DivClassName
{
background-color: #C3A17E;
}
.BgClassName
{
background-color: #C3A17E;
}
</style>
border-color css
<style>
span { border-color: #C3A17E; }
span { border-color: rgb(195,161,126); }
td.TdClassName
{
border-color: #C3A17E;
}
.TagClassName
{
border-color: #C3A17E;
}
</style>