Shades of Rodeo Dust #C8A491
Tints of Rodeo Dust #C8A491
RGB
CMYK
RGB Variations
Color information
#C8A491 (or 0xC8A491) is known color: Rodeo Dust. HEX triplet: C8, A4 and 91. RGB value is (200,164,145). Sum of RGB (Red+Green+Blue) = 200+164+145=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A491 is #375B6E. Grayscale: #ACACAC. Windows color (decimal): -3627887 or 9544904. OLE color: 9544904.
HSL color Cylindrical-coordinate representation of color #C8A491: hue angle of 20.73º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8A491 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 145 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.22 |
| HSL | 20.73º | 0.33% | 0.68% | - |
| HSV(B) | 20.73º | 0.28% | 0.78% | - |
| XYZ | 42.21 | 40.87 | 32.45 | - |
| YUV | 172.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 145 | 0 | 0.18 | 0.28 | 0.22 | 20.73 | 0.33 | 0.68 |
| Hex | C8 | A4 | 91 | 0 | 12 | 1C | 16 | 15 | 21 | 44 |
| Octal | 310 | 244 | 221 | 0 | 22 | 34 | 26 | 25 | 41 | 104 |
| Binary | 11001000 | 10100100 | 10010001 | 0 | 10010 | 11100 | 10110 | 10101 | 100001 | 1000100 |
Color Harmonies of #C8A491
Complementary color
Monochromatic Colors of #C8A491
Black with #C8A491
Text Example
Text Example
White with #C8A491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A491; }
p { color: rgb(200,164,145); }
H1.HeaderClassName
{
color: #C8A491;
}
.AnyTagClassName
{
color: #C8A491;
}
</style>
background-color css
<style>
a { background-color: #C8A491; }
a { background-color: rgb(200,164,145); }
div.DivClassName
{
background-color: #C8A491;
}
.BgClassName
{
background-color: #C8A491;
}
</style>
border-color css
<style>
span { border-color: #C8A491; }
span { border-color: rgb(200,164,145); }
td.TdClassName
{
border-color: #C8A491;
}
.TagClassName
{
border-color: #C8A491;
}
</style>