Shades of Rodeo Dust #C4A588
Tints of Rodeo Dust #C4A588
RGB
CMYK
RGB Variations
Color information
#C4A588 (or 0xC4A588) is known color: Rodeo Dust. HEX triplet: C4, A5 and 88. RGB value is (196,165,136). Sum of RGB (Red+Green+Blue) = 196+165+136=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A588 is #3B5A77. Grayscale: #ABABAB. Windows color (decimal): -3889784 or 8955332. OLE color: 8955332.
HSL color Cylindrical-coordinate representation of color #C4A588: hue angle of 29º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4A588 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 136 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.23 |
| HSL | 29º | 0.34% | 0.65% | - |
| HSV(B) | 29º | 0.31% | 0.77% | - |
| XYZ | 40.66 | 40.42 | 28.95 | - |
| YUV | 170.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 136 | 0 | 0.16 | 0.31 | 0.23 | 29 | 0.34 | 0.65 |
| Hex | C4 | A5 | 88 | 0 | 10 | 1F | 17 | 1D | 22 | 41 |
| Octal | 304 | 245 | 210 | 0 | 20 | 37 | 27 | 35 | 42 | 101 |
| Binary | 11000100 | 10100101 | 10001000 | 0 | 10000 | 11111 | 10111 | 11101 | 100010 | 1000001 |
Color Harmonies of #C4A588
Complementary color
Monochromatic Colors of #C4A588
Black with #C4A588
Text Example
Text Example
White with #C4A588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A588; }
p { color: rgb(196,165,136); }
H1.HeaderClassName
{
color: #C4A588;
}
.AnyTagClassName
{
color: #C4A588;
}
</style>
background-color css
<style>
a { background-color: #C4A588; }
a { background-color: rgb(196,165,136); }
div.DivClassName
{
background-color: #C4A588;
}
.BgClassName
{
background-color: #C4A588;
}
</style>
border-color css
<style>
span { border-color: #C4A588; }
span { border-color: rgb(196,165,136); }
td.TdClassName
{
border-color: #C4A588;
}
.TagClassName
{
border-color: #C4A588;
}
</style>