Shades of Rodeo Dust #C4A88B
Tints of Rodeo Dust #C4A88B
RGB
CMYK
RGB Variations
Color information
#C4A88B (or 0xC4A88B) is known color: Rodeo Dust. HEX triplet: C4, A8 and 8B. RGB value is (196,168,139). Sum of RGB (Red+Green+Blue) = 196+168+139=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A88B is #3B5774. Grayscale: #ADADAD. Windows color (decimal): -3889013 or 9152708. OLE color: 9152708.
HSL color Cylindrical-coordinate representation of color #C4A88B: hue angle of 30.53º degrees, saturation: 0.33, 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 #C4A88B is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 139 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.23 |
| HSL | 30.53º | 0.33% | 0.66% | - |
| HSV(B) | 30.53º | 0.29% | 0.77% | - |
| XYZ | 41.43 | 41.61 | 30.27 | - |
| YUV | 173.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 139 | 0 | 0.14 | 0.29 | 0.23 | 30.53 | 0.33 | 0.66 |
| Hex | C4 | A8 | 8B | 0 | E | 1D | 17 | 1F | 21 | 42 |
| Octal | 304 | 250 | 213 | 0 | 16 | 35 | 27 | 37 | 41 | 102 |
| Binary | 11000100 | 10101000 | 10001011 | 0 | 1110 | 11101 | 10111 | 11111 | 100001 | 1000010 |
Color Harmonies of #C4A88B
Complementary color
Monochromatic Colors of #C4A88B
Black with #C4A88B
Text Example
Text Example
White with #C4A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A88B; }
p { color: rgb(196,168,139); }
H1.HeaderClassName
{
color: #C4A88B;
}
.AnyTagClassName
{
color: #C4A88B;
}
</style>
background-color css
<style>
a { background-color: #C4A88B; }
a { background-color: rgb(196,168,139); }
div.DivClassName
{
background-color: #C4A88B;
}
.BgClassName
{
background-color: #C4A88B;
}
</style>
border-color css
<style>
span { border-color: #C4A88B; }
span { border-color: rgb(196,168,139); }
td.TdClassName
{
border-color: #C4A88B;
}
.TagClassName
{
border-color: #C4A88B;
}
</style>