Shades of Rodeo Dust #C4A491
Tints of Rodeo Dust #C4A491
RGB
CMYK
RGB Variations
Color information
#C4A491 (or 0xC4A491) is known color: Rodeo Dust. HEX triplet: C4, A4 and 91. RGB value is (196,164,145). Sum of RGB (Red+Green+Blue) = 196+164+145=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A491 is #3B5B6E. Grayscale: #ABABAB. Windows color (decimal): -3890031 or 9544900. OLE color: 9544900.
HSL color Cylindrical-coordinate representation of color #C4A491: hue angle of 22.35º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4A491 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 145 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.23 |
| HSL | 22.35º | 0.3% | 0.67% | - |
| HSV(B) | 22.35º | 0.26% | 0.77% | - |
| XYZ | 41.15 | 40.33 | 32.4 | - |
| YUV | 171.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 145 | 0 | 0.16 | 0.26 | 0.23 | 22.35 | 0.3 | 0.67 |
| Hex | C4 | A4 | 91 | 0 | 10 | 1A | 17 | 16 | 1E | 43 |
| Octal | 304 | 244 | 221 | 0 | 20 | 32 | 27 | 26 | 36 | 103 |
| Binary | 11000100 | 10100100 | 10010001 | 0 | 10000 | 11010 | 10111 | 10110 | 11110 | 1000011 |
Color Harmonies of #C4A491
Complementary color
Monochromatic Colors of #C4A491
Black with #C4A491
Text Example
Text Example
White with #C4A491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A491; }
p { color: rgb(196,164,145); }
H1.HeaderClassName
{
color: #C4A491;
}
.AnyTagClassName
{
color: #C4A491;
}
</style>
background-color css
<style>
a { background-color: #C4A491; }
a { background-color: rgb(196,164,145); }
div.DivClassName
{
background-color: #C4A491;
}
.BgClassName
{
background-color: #C4A491;
}
</style>
border-color css
<style>
span { border-color: #C4A491; }
span { border-color: rgb(196,164,145); }
td.TdClassName
{
border-color: #C4A491;
}
.TagClassName
{
border-color: #C4A491;
}
</style>