Shades of Rodeo Dust #C3A47F
Tints of Rodeo Dust #C3A47F
RGB
CMYK
RGB Variations
Color information
#C3A47F (or 0xC3A47F) is known color: Rodeo Dust. HEX triplet: C3, A4 and 7F. RGB value is (195,164,127). Sum of RGB (Red+Green+Blue) = 195+164+127=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A47F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A47F is #3C5B80. Grayscale: #A9A9A9. Windows color (decimal): -3955585 or 8365251. OLE color: 8365251.
HSL color Cylindrical-coordinate representation of color #C3A47F: hue angle of 32.65º degrees, saturation: 0.36, 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 #C3A47F is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 127 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.24 |
| HSL | 32.65º | 0.36% | 0.63% | - |
| HSV(B) | 32.65º | 0.35% | 0.76% | - |
| XYZ | 39.61 | 39.69 | 25.65 | - |
| YUV | 169.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 127 | 0 | 0.16 | 0.35 | 0.24 | 32.65 | 0.36 | 0.63 |
| Hex | C3 | A4 | 7F | 0 | 10 | 23 | 18 | 21 | 24 | 3F |
| Octal | 303 | 244 | 177 | 0 | 20 | 43 | 30 | 41 | 44 | 77 |
| Binary | 11000011 | 10100100 | 1111111 | 0 | 10000 | 100011 | 11000 | 100001 | 100100 | 111111 |
Color Harmonies of #C3A47F
Complementary color
Monochromatic Colors of #C3A47F
Black with #C3A47F
Text Example
Text Example
White with #C3A47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A47F; }
p { color: rgb(195,164,127); }
H1.HeaderClassName
{
color: #C3A47F;
}
.AnyTagClassName
{
color: #C3A47F;
}
</style>
background-color css
<style>
a { background-color: #C3A47F; }
a { background-color: rgb(195,164,127); }
div.DivClassName
{
background-color: #C3A47F;
}
.BgClassName
{
background-color: #C3A47F;
}
</style>
border-color css
<style>
span { border-color: #C3A47F; }
span { border-color: rgb(195,164,127); }
td.TdClassName
{
border-color: #C3A47F;
}
.TagClassName
{
border-color: #C3A47F;
}
</style>