Shades of Rodeo Dust #C59C82
Tints of Rodeo Dust #C59C82
RGB
CMYK
RGB Variations
Color information
#C59C82 (or 0xC59C82) is known color: Rodeo Dust. HEX triplet: C5, 9C and 82. RGB value is (197,156,130). Sum of RGB (Red+Green+Blue) = 197+156+130=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59C82 is #3A637D. Grayscale: #A5A5A5. Windows color (decimal): -3826558 or 8559813. OLE color: 8559813.
HSL color Cylindrical-coordinate representation of color #C59C82: hue angle of 23.28º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C59C82 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 156 | 130 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.23 |
| HSL | 23.28º | 0.37% | 0.64% | - |
| HSV(B) | 23.28º | 0.34% | 0.77% | - |
| XYZ | 38.94 | 37.26 | 26.26 | - |
| YUV | 165.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 130 | 0 | 0.21 | 0.34 | 0.23 | 23.28 | 0.37 | 0.64 |
| Hex | C5 | 9C | 82 | 0 | 15 | 22 | 17 | 17 | 25 | 40 |
| Octal | 305 | 234 | 202 | 0 | 25 | 42 | 27 | 27 | 45 | 100 |
| Binary | 11000101 | 10011100 | 10000010 | 0 | 10101 | 100010 | 10111 | 10111 | 100101 | 1000000 |
Color Harmonies of #C59C82
Complementary color
Monochromatic Colors of #C59C82
Black with #C59C82
Text Example
Text Example
White with #C59C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59C82; }
p { color: rgb(197,156,130); }
H1.HeaderClassName
{
color: #C59C82;
}
.AnyTagClassName
{
color: #C59C82;
}
</style>
background-color css
<style>
a { background-color: #C59C82; }
a { background-color: rgb(197,156,130); }
div.DivClassName
{
background-color: #C59C82;
}
.BgClassName
{
background-color: #C59C82;
}
</style>
border-color css
<style>
span { border-color: #C59C82; }
span { border-color: rgb(197,156,130); }
td.TdClassName
{
border-color: #C59C82;
}
.TagClassName
{
border-color: #C59C82;
}
</style>