Shades of Rodeo Dust #C4A890
Tints of Rodeo Dust #C4A890
RGB
CMYK
RGB Variations
Color information
#C4A890 (or 0xC4A890) is known color: Rodeo Dust. HEX triplet: C4, A8 and 90. RGB value is (196,168,144). Sum of RGB (Red+Green+Blue) = 196+168+144=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A890 is #3B576F. Grayscale: #ADADAD. Windows color (decimal): -3889008 or 9480388. OLE color: 9480388.
HSL color Cylindrical-coordinate representation of color #C4A890: hue angle of 27.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4A890 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 144 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.23 |
| HSL | 27.69º | 0.31% | 0.67% | - |
| HSV(B) | 27.69º | 0.27% | 0.77% | - |
| XYZ | 41.8 | 41.75 | 32.24 | - |
| YUV | 173.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 144 | 0 | 0.14 | 0.27 | 0.23 | 27.69 | 0.31 | 0.67 |
| Hex | C4 | A8 | 90 | 0 | E | 1B | 17 | 1C | 1F | 43 |
| Octal | 304 | 250 | 220 | 0 | 16 | 33 | 27 | 34 | 37 | 103 |
| Binary | 11000100 | 10101000 | 10010000 | 0 | 1110 | 11011 | 10111 | 11100 | 11111 | 1000011 |
Color Harmonies of #C4A890
Complementary color
Monochromatic Colors of #C4A890
Black with #C4A890
Text Example
Text Example
White with #C4A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A890; }
p { color: rgb(196,168,144); }
H1.HeaderClassName
{
color: #C4A890;
}
.AnyTagClassName
{
color: #C4A890;
}
</style>
background-color css
<style>
a { background-color: #C4A890; }
a { background-color: rgb(196,168,144); }
div.DivClassName
{
background-color: #C4A890;
}
.BgClassName
{
background-color: #C4A890;
}
</style>
border-color css
<style>
span { border-color: #C4A890; }
span { border-color: rgb(196,168,144); }
td.TdClassName
{
border-color: #C4A890;
}
.TagClassName
{
border-color: #C4A890;
}
</style>