Shades of Rodeo Dust #C09E8A
Tints of Rodeo Dust #C09E8A
RGB
CMYK
RGB Variations
Color information
#C09E8A (or 0xC09E8A) is known color: Rodeo Dust. HEX triplet: C0, 9E and 8A. RGB value is (192,158,138). Sum of RGB (Red+Green+Blue) = 192+158+138=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09E8A is #3F6175. Grayscale: #A6A6A6. Windows color (decimal): -4153718 or 9084608. OLE color: 9084608.
HSL color Cylindrical-coordinate representation of color #C09E8A: hue angle of 22.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09E8A is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 138 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.25 |
| HSL | 22.22º | 0.3% | 0.65% | - |
| HSV(B) | 22.22º | 0.28% | 0.75% | - |
| XYZ | 38.55 | 37.5 | 29.25 | - |
| YUV | 165.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 138 | 0 | 0.18 | 0.28 | 0.25 | 22.22 | 0.3 | 0.65 |
| Hex | C0 | 9E | 8A | 0 | 12 | 1C | 19 | 16 | 1E | 41 |
| Octal | 300 | 236 | 212 | 0 | 22 | 34 | 31 | 26 | 36 | 101 |
| Binary | 11000000 | 10011110 | 10001010 | 0 | 10010 | 11100 | 11001 | 10110 | 11110 | 1000001 |
Color Harmonies of #C09E8A
Complementary color
Monochromatic Colors of #C09E8A
Black with #C09E8A
Text Example
Text Example
White with #C09E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E8A; }
p { color: rgb(192,158,138); }
H1.HeaderClassName
{
color: #C09E8A;
}
.AnyTagClassName
{
color: #C09E8A;
}
</style>
background-color css
<style>
a { background-color: #C09E8A; }
a { background-color: rgb(192,158,138); }
div.DivClassName
{
background-color: #C09E8A;
}
.BgClassName
{
background-color: #C09E8A;
}
</style>
border-color css
<style>
span { border-color: #C09E8A; }
span { border-color: rgb(192,158,138); }
td.TdClassName
{
border-color: #C09E8A;
}
.TagClassName
{
border-color: #C09E8A;
}
</style>