Shades of Rodeo Dust #C4AB8C
Tints of Rodeo Dust #C4AB8C
RGB
CMYK
RGB Variations
Color information
#C4AB8C (or 0xC4AB8C) is known color: Rodeo Dust. HEX triplet: C4, AB and 8C. RGB value is (196,171,140). Sum of RGB (Red+Green+Blue) = 196+171+140=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB8C is #3B5473. Grayscale: #AFAFAF. Windows color (decimal): -3888244 or 9219012. OLE color: 9219012.
HSL color Cylindrical-coordinate representation of color #C4AB8C: hue angle of 33.21º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4AB8C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 140 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.23 |
| HSL | 33.21º | 0.32% | 0.66% | - |
| HSV(B) | 33.21º | 0.29% | 0.77% | - |
| XYZ | 42.06 | 42.76 | 30.85 | - |
| YUV | 174.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 140 | 0 | 0.13 | 0.29 | 0.23 | 33.21 | 0.32 | 0.66 |
| Hex | C4 | AB | 8C | 0 | D | 1D | 17 | 21 | 20 | 42 |
| Octal | 304 | 253 | 214 | 0 | 15 | 35 | 27 | 41 | 40 | 102 |
| Binary | 11000100 | 10101011 | 10001100 | 0 | 1101 | 11101 | 10111 | 100001 | 100000 | 1000010 |
Color Harmonies of #C4AB8C
Complementary color
Monochromatic Colors of #C4AB8C
Black with #C4AB8C
Text Example
Text Example
White with #C4AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB8C; }
p { color: rgb(196,171,140); }
H1.HeaderClassName
{
color: #C4AB8C;
}
.AnyTagClassName
{
color: #C4AB8C;
}
</style>
background-color css
<style>
a { background-color: #C4AB8C; }
a { background-color: rgb(196,171,140); }
div.DivClassName
{
background-color: #C4AB8C;
}
.BgClassName
{
background-color: #C4AB8C;
}
</style>
border-color css
<style>
span { border-color: #C4AB8C; }
span { border-color: rgb(196,171,140); }
td.TdClassName
{
border-color: #C4AB8C;
}
.TagClassName
{
border-color: #C4AB8C;
}
</style>