Shades of Rodeo Dust #C3A48F
Tints of Rodeo Dust #C3A48F
RGB
CMYK
RGB Variations
Color information
#C3A48F (or 0xC3A48F) is known color: Rodeo Dust. HEX triplet: C3, A4 and 8F. RGB value is (195,164,143). Sum of RGB (Red+Green+Blue) = 195+164+143=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A48F is #3C5B70. Grayscale: #AAAAAA. Windows color (decimal): -3955569 or 9413827. OLE color: 9413827.
HSL color Cylindrical-coordinate representation of color #C3A48F: hue angle of 24.23º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3A48F is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 143 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.24 |
| HSL | 24.23º | 0.3% | 0.66% | - |
| HSV(B) | 24.23º | 0.27% | 0.76% | - |
| XYZ | 40.74 | 40.14 | 31.59 | - |
| YUV | 170.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 143 | 0 | 0.16 | 0.27 | 0.24 | 24.23 | 0.3 | 0.66 |
| Hex | C3 | A4 | 8F | 0 | 10 | 1B | 18 | 18 | 1E | 42 |
| Octal | 303 | 244 | 217 | 0 | 20 | 33 | 30 | 30 | 36 | 102 |
| Binary | 11000011 | 10100100 | 10001111 | 0 | 10000 | 11011 | 11000 | 11000 | 11110 | 1000010 |
Color Harmonies of #C3A48F
Complementary color
Monochromatic Colors of #C3A48F
Black with #C3A48F
Text Example
Text Example
White with #C3A48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A48F; }
p { color: rgb(195,164,143); }
H1.HeaderClassName
{
color: #C3A48F;
}
.AnyTagClassName
{
color: #C3A48F;
}
</style>
background-color css
<style>
a { background-color: #C3A48F; }
a { background-color: rgb(195,164,143); }
div.DivClassName
{
background-color: #C3A48F;
}
.BgClassName
{
background-color: #C3A48F;
}
</style>
border-color css
<style>
span { border-color: #C3A48F; }
span { border-color: rgb(195,164,143); }
td.TdClassName
{
border-color: #C3A48F;
}
.TagClassName
{
border-color: #C3A48F;
}
</style>