Shades of Rodeo Dust #C3AB8E
Tints of Rodeo Dust #C3AB8E
RGB
CMYK
RGB Variations
Color information
#C3AB8E (or 0xC3AB8E) is known color: Rodeo Dust. HEX triplet: C3, AB and 8E. RGB value is (195,171,142). Sum of RGB (Red+Green+Blue) = 195+171+142=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AB8E is #3C5471. Grayscale: #AFAFAF. Windows color (decimal): -3953778 or 9350083. OLE color: 9350083.
HSL color Cylindrical-coordinate representation of color #C3AB8E: hue angle of 32.83º degrees, saturation: 0.31, 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 #C3AB8E is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 142 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.24 |
| HSL | 32.83º | 0.31% | 0.66% | - |
| HSV(B) | 32.83º | 0.27% | 0.76% | - |
| XYZ | 41.95 | 42.68 | 31.62 | - |
| YUV | 174.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 142 | 0 | 0.12 | 0.27 | 0.24 | 32.83 | 0.31 | 0.66 |
| Hex | C3 | AB | 8E | 0 | C | 1B | 18 | 21 | 1F | 42 |
| Octal | 303 | 253 | 216 | 0 | 14 | 33 | 30 | 41 | 37 | 102 |
| Binary | 11000011 | 10101011 | 10001110 | 0 | 1100 | 11011 | 11000 | 100001 | 11111 | 1000010 |
Color Harmonies of #C3AB8E
Complementary color
Monochromatic Colors of #C3AB8E
Black with #C3AB8E
Text Example
Text Example
White with #C3AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AB8E; }
p { color: rgb(195,171,142); }
H1.HeaderClassName
{
color: #C3AB8E;
}
.AnyTagClassName
{
color: #C3AB8E;
}
</style>
background-color css
<style>
a { background-color: #C3AB8E; }
a { background-color: rgb(195,171,142); }
div.DivClassName
{
background-color: #C3AB8E;
}
.BgClassName
{
background-color: #C3AB8E;
}
</style>
border-color css
<style>
span { border-color: #C3AB8E; }
span { border-color: rgb(195,171,142); }
td.TdClassName
{
border-color: #C3AB8E;
}
.TagClassName
{
border-color: #C3AB8E;
}
</style>