Shades of Rodeo Dust #C3A28F
Tints of Rodeo Dust #C3A28F
RGB
CMYK
RGB Variations
Color information
#C3A28F (or 0xC3A28F) is known color: Rodeo Dust. HEX triplet: C3, A2 and 8F. RGB value is (195,162,143). Sum of RGB (Red+Green+Blue) = 195+162+143=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A28F is #3C5D70. Grayscale: #A9A9A9. Windows color (decimal): -3956081 or 9413315. OLE color: 9413315.
HSL color Cylindrical-coordinate representation of color #C3A28F: hue angle of 21.92º 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 #C3A28F is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 143 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.24 |
| HSL | 21.92º | 0.3% | 0.66% | - |
| HSV(B) | 21.92º | 0.27% | 0.76% | - |
| XYZ | 40.38 | 39.43 | 31.47 | - |
| YUV | 169.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 143 | 0 | 0.17 | 0.27 | 0.24 | 21.92 | 0.3 | 0.66 |
| Hex | C3 | A2 | 8F | 0 | 11 | 1B | 18 | 16 | 1E | 42 |
| Octal | 303 | 242 | 217 | 0 | 21 | 33 | 30 | 26 | 36 | 102 |
| Binary | 11000011 | 10100010 | 10001111 | 0 | 10001 | 11011 | 11000 | 10110 | 11110 | 1000010 |
Color Harmonies of #C3A28F
Complementary color
Monochromatic Colors of #C3A28F
Black with #C3A28F
Text Example
Text Example
White with #C3A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A28F; }
p { color: rgb(195,162,143); }
H1.HeaderClassName
{
color: #C3A28F;
}
.AnyTagClassName
{
color: #C3A28F;
}
</style>
background-color css
<style>
a { background-color: #C3A28F; }
a { background-color: rgb(195,162,143); }
div.DivClassName
{
background-color: #C3A28F;
}
.BgClassName
{
background-color: #C3A28F;
}
</style>
border-color css
<style>
span { border-color: #C3A28F; }
span { border-color: rgb(195,162,143); }
td.TdClassName
{
border-color: #C3A28F;
}
.TagClassName
{
border-color: #C3A28F;
}
</style>