Shades of Rodeo Dust #C4A591
Tints of Rodeo Dust #C4A591
RGB
CMYK
RGB Variations
Color information
#C4A591 (or 0xC4A591) is known color: Rodeo Dust. HEX triplet: C4, A5 and 91. RGB value is (196,165,145). Sum of RGB (Red+Green+Blue) = 196+165+145=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A591 is #3B5A6E. Grayscale: #ACACAC. Windows color (decimal): -3889775 or 9545156. OLE color: 9545156.
HSL color Cylindrical-coordinate representation of color #C4A591: hue angle of 23.53º 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 #C4A591 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 145 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.23 |
| HSL | 23.53º | 0.3% | 0.67% | - |
| HSV(B) | 23.53º | 0.26% | 0.77% | - |
| XYZ | 41.33 | 40.69 | 32.46 | - |
| YUV | 171.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 145 | 0 | 0.16 | 0.26 | 0.23 | 23.53 | 0.3 | 0.67 |
| Hex | C4 | A5 | 91 | 0 | 10 | 1A | 17 | 18 | 1E | 43 |
| Octal | 304 | 245 | 221 | 0 | 20 | 32 | 27 | 30 | 36 | 103 |
| Binary | 11000100 | 10100101 | 10010001 | 0 | 10000 | 11010 | 10111 | 11000 | 11110 | 1000011 |
Color Harmonies of #C4A591
Complementary color
Monochromatic Colors of #C4A591
Black with #C4A591
Text Example
Text Example
White with #C4A591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A591; }
p { color: rgb(196,165,145); }
H1.HeaderClassName
{
color: #C4A591;
}
.AnyTagClassName
{
color: #C4A591;
}
</style>
background-color css
<style>
a { background-color: #C4A591; }
a { background-color: rgb(196,165,145); }
div.DivClassName
{
background-color: #C4A591;
}
.BgClassName
{
background-color: #C4A591;
}
</style>
border-color css
<style>
span { border-color: #C4A591; }
span { border-color: rgb(196,165,145); }
td.TdClassName
{
border-color: #C4A591;
}
.TagClassName
{
border-color: #C4A591;
}
</style>