Shades of Rodeo Dust #C3A88D
Tints of Rodeo Dust #C3A88D
RGB
CMYK
RGB Variations
Color information
#C3A88D (or 0xC3A88D) is known color: Rodeo Dust. HEX triplet: C3, A8 and 8D. RGB value is (195,168,141). Sum of RGB (Red+Green+Blue) = 195+168+141=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A88D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A88D is #3C5772. Grayscale: #ADADAD. Windows color (decimal): -3954547 or 9283779. OLE color: 9283779.
HSL color Cylindrical-coordinate representation of color #C3A88D: hue angle of 30º 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 #C3A88D is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 141 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.24 |
| HSL | 30º | 0.31% | 0.66% | - |
| HSV(B) | 30º | 0.28% | 0.76% | - |
| XYZ | 41.32 | 41.53 | 31.04 | - |
| YUV | 173 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 141 | 0 | 0.14 | 0.28 | 0.24 | 30 | 0.31 | 0.66 |
| Hex | C3 | A8 | 8D | 0 | E | 1C | 18 | 1E | 1F | 42 |
| Octal | 303 | 250 | 215 | 0 | 16 | 34 | 30 | 36 | 37 | 102 |
| Binary | 11000011 | 10101000 | 10001101 | 0 | 1110 | 11100 | 11000 | 11110 | 11111 | 1000010 |
Color Harmonies of #C3A88D
Complementary color
Monochromatic Colors of #C3A88D
Black with #C3A88D
Text Example
Text Example
White with #C3A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A88D; }
p { color: rgb(195,168,141); }
H1.HeaderClassName
{
color: #C3A88D;
}
.AnyTagClassName
{
color: #C3A88D;
}
</style>
background-color css
<style>
a { background-color: #C3A88D; }
a { background-color: rgb(195,168,141); }
div.DivClassName
{
background-color: #C3A88D;
}
.BgClassName
{
background-color: #C3A88D;
}
</style>
border-color css
<style>
span { border-color: #C3A88D; }
span { border-color: rgb(195,168,141); }
td.TdClassName
{
border-color: #C3A88D;
}
.TagClassName
{
border-color: #C3A88D;
}
</style>