Shades of Rodeo Dust #C3A58D
Tints of Rodeo Dust #C3A58D
RGB
CMYK
RGB Variations
Color information
#C3A58D (or 0xC3A58D) is known color: Rodeo Dust. HEX triplet: C3, A5 and 8D. RGB value is (195,165,141). Sum of RGB (Red+Green+Blue) = 195+165+141=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A58D is #3C5A72. Grayscale: #ABABAB. Windows color (decimal): -3955315 or 9283011. OLE color: 9283011.
HSL color Cylindrical-coordinate representation of color #C3A58D: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3A58D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 141 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.24 |
| HSL | 26.67º | 0.31% | 0.66% | - |
| HSV(B) | 26.67º | 0.28% | 0.76% | - |
| XYZ | 40.77 | 40.44 | 30.86 | - |
| YUV | 171.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 141 | 0 | 0.15 | 0.28 | 0.24 | 26.67 | 0.31 | 0.66 |
| Hex | C3 | A5 | 8D | 0 | F | 1C | 18 | 1B | 1F | 42 |
| Octal | 303 | 245 | 215 | 0 | 17 | 34 | 30 | 33 | 37 | 102 |
| Binary | 11000011 | 10100101 | 10001101 | 0 | 1111 | 11100 | 11000 | 11011 | 11111 | 1000010 |
Color Harmonies of #C3A58D
Complementary color
Monochromatic Colors of #C3A58D
Black with #C3A58D
Text Example
Text Example
White with #C3A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A58D; }
p { color: rgb(195,165,141); }
H1.HeaderClassName
{
color: #C3A58D;
}
.AnyTagClassName
{
color: #C3A58D;
}
</style>
background-color css
<style>
a { background-color: #C3A58D; }
a { background-color: rgb(195,165,141); }
div.DivClassName
{
background-color: #C3A58D;
}
.BgClassName
{
background-color: #C3A58D;
}
</style>
border-color css
<style>
span { border-color: #C3A58D; }
span { border-color: rgb(195,165,141); }
td.TdClassName
{
border-color: #C3A58D;
}
.TagClassName
{
border-color: #C3A58D;
}
</style>