Shades of Rodeo Dust #C39E7D
Tints of Rodeo Dust #C39E7D
RGB
CMYK
RGB Variations
Color information
#C39E7D (or 0xC39E7D) is known color: Rodeo Dust. HEX triplet: C3, 9E and 7D. RGB value is (195,158,125). Sum of RGB (Red+Green+Blue) = 195+158+125=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39E7D is #3C6182. Grayscale: #A5A5A5. Windows color (decimal): -3957123 or 8232643. OLE color: 8232643.
HSL color Cylindrical-coordinate representation of color #C39E7D: hue angle of 28.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C39E7D is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 125 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.24 |
| HSL | 28.29º | 0.37% | 0.63% | - |
| HSV(B) | 28.29º | 0.36% | 0.76% | - |
| XYZ | 38.43 | 37.54 | 24.62 | - |
| YUV | 165.3 | 105.26 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 125 | 0 | 0.19 | 0.36 | 0.24 | 28.29 | 0.37 | 0.63 |
| Hex | C3 | 9E | 7D | 0 | 13 | 24 | 18 | 1C | 25 | 3F |
| Octal | 303 | 236 | 175 | 0 | 23 | 44 | 30 | 34 | 45 | 77 |
| Binary | 11000011 | 10011110 | 1111101 | 0 | 10011 | 100100 | 11000 | 11100 | 100101 | 111111 |
Color Harmonies of #C39E7D
Complementary color
Monochromatic Colors of #C39E7D
Black with #C39E7D
Text Example
Text Example
White with #C39E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E7D; }
p { color: rgb(195,158,125); }
H1.HeaderClassName
{
color: #C39E7D;
}
.AnyTagClassName
{
color: #C39E7D;
}
</style>
background-color css
<style>
a { background-color: #C39E7D; }
a { background-color: rgb(195,158,125); }
div.DivClassName
{
background-color: #C39E7D;
}
.BgClassName
{
background-color: #C39E7D;
}
</style>
border-color css
<style>
span { border-color: #C39E7D; }
span { border-color: rgb(195,158,125); }
td.TdClassName
{
border-color: #C39E7D;
}
.TagClassName
{
border-color: #C39E7D;
}
</style>