Shades of Rodeo Dust #C8A790
Tints of Rodeo Dust #C8A790
RGB
CMYK
RGB Variations
Color information
#C8A790 (or 0xC8A790) is known color: Rodeo Dust. HEX triplet: C8, A7 and 90. RGB value is (200,167,144). Sum of RGB (Red+Green+Blue) = 200+167+144=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A790 is #37586F. Grayscale: #AEAEAE. Windows color (decimal): -3627120 or 9480136. OLE color: 9480136.
HSL color Cylindrical-coordinate representation of color #C8A790: hue angle of 24.64º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8A790 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 144 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.22 |
| HSL | 24.64º | 0.34% | 0.67% | - |
| HSV(B) | 24.64º | 0.28% | 0.78% | - |
| XYZ | 42.67 | 41.93 | 32.23 | - |
| YUV | 174.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 144 | 0 | 0.16 | 0.28 | 0.22 | 24.64 | 0.34 | 0.67 |
| Hex | C8 | A7 | 90 | 0 | 10 | 1C | 16 | 19 | 22 | 43 |
| Octal | 310 | 247 | 220 | 0 | 20 | 34 | 26 | 31 | 42 | 103 |
| Binary | 11001000 | 10100111 | 10010000 | 0 | 10000 | 11100 | 10110 | 11001 | 100010 | 1000011 |
Color Harmonies of #C8A790
Complementary color
Monochromatic Colors of #C8A790
Black with #C8A790
Text Example
Text Example
White with #C8A790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A790; }
p { color: rgb(200,167,144); }
H1.HeaderClassName
{
color: #C8A790;
}
.AnyTagClassName
{
color: #C8A790;
}
</style>
background-color css
<style>
a { background-color: #C8A790; }
a { background-color: rgb(200,167,144); }
div.DivClassName
{
background-color: #C8A790;
}
.BgClassName
{
background-color: #C8A790;
}
</style>
border-color css
<style>
span { border-color: #C8A790; }
span { border-color: rgb(200,167,144); }
td.TdClassName
{
border-color: #C8A790;
}
.TagClassName
{
border-color: #C8A790;
}
</style>