Shades of Rodeo Dust #C3A883
Tints of Rodeo Dust #C3A883
RGB
CMYK
RGB Variations
Color information
#C3A883 (or 0xC3A883) is known color: Rodeo Dust. HEX triplet: C3, A8 and 83. RGB value is (195,168,131). Sum of RGB (Red+Green+Blue) = 195+168+131=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A883 is #3C577C. Grayscale: #ACACAC. Windows color (decimal): -3954557 or 8628419. OLE color: 8628419.
HSL color Cylindrical-coordinate representation of color #C3A883: hue angle of 34.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3A883 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 131 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.24 |
| HSL | 34.69º | 0.35% | 0.64% | - |
| HSV(B) | 34.69º | 0.33% | 0.76% | - |
| XYZ | 40.61 | 41.25 | 27.29 | - |
| YUV | 171.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 131 | 0 | 0.14 | 0.33 | 0.24 | 34.69 | 0.35 | 0.64 |
| Hex | C3 | A8 | 83 | 0 | E | 21 | 18 | 23 | 23 | 40 |
| Octal | 303 | 250 | 203 | 0 | 16 | 41 | 30 | 43 | 43 | 100 |
| Binary | 11000011 | 10101000 | 10000011 | 0 | 1110 | 100001 | 11000 | 100011 | 100011 | 1000000 |
Color Harmonies of #C3A883
Complementary color
Monochromatic Colors of #C3A883
Black with #C3A883
Text Example
Text Example
White with #C3A883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A883; }
p { color: rgb(195,168,131); }
H1.HeaderClassName
{
color: #C3A883;
}
.AnyTagClassName
{
color: #C3A883;
}
</style>
background-color css
<style>
a { background-color: #C3A883; }
a { background-color: rgb(195,168,131); }
div.DivClassName
{
background-color: #C3A883;
}
.BgClassName
{
background-color: #C3A883;
}
</style>
border-color css
<style>
span { border-color: #C3A883; }
span { border-color: rgb(195,168,131); }
td.TdClassName
{
border-color: #C3A883;
}
.TagClassName
{
border-color: #C3A883;
}
</style>