Shades of Rodeo Dust #C39D83
Tints of Rodeo Dust #C39D83
RGB
CMYK
RGB Variations
Color information
#C39D83 (or 0xC39D83) is known color: Rodeo Dust. HEX triplet: C3, 9D and 83. RGB value is (195,157,131). Sum of RGB (Red+Green+Blue) = 195+157+131=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39D83 is #3C627C. Grayscale: #A5A5A5. Windows color (decimal): -3957373 or 8625603. OLE color: 8625603.
HSL color Cylindrical-coordinate representation of color #C39D83: hue angle of 24.38º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C39D83 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 131 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.24 |
| HSL | 24.38º | 0.35% | 0.64% | - |
| HSV(B) | 24.38º | 0.33% | 0.76% | - |
| XYZ | 38.66 | 37.35 | 26.65 | - |
| YUV | 165.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 131 | 0 | 0.19 | 0.33 | 0.24 | 24.38 | 0.35 | 0.64 |
| Hex | C3 | 9D | 83 | 0 | 13 | 21 | 18 | 18 | 23 | 40 |
| Octal | 303 | 235 | 203 | 0 | 23 | 41 | 30 | 30 | 43 | 100 |
| Binary | 11000011 | 10011101 | 10000011 | 0 | 10011 | 100001 | 11000 | 11000 | 100011 | 1000000 |
Color Harmonies of #C39D83
Complementary color
Monochromatic Colors of #C39D83
Black with #C39D83
Text Example
Text Example
White with #C39D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D83; }
p { color: rgb(195,157,131); }
H1.HeaderClassName
{
color: #C39D83;
}
.AnyTagClassName
{
color: #C39D83;
}
</style>
background-color css
<style>
a { background-color: #C39D83; }
a { background-color: rgb(195,157,131); }
div.DivClassName
{
background-color: #C39D83;
}
.BgClassName
{
background-color: #C39D83;
}
</style>
border-color css
<style>
span { border-color: #C39D83; }
span { border-color: rgb(195,157,131); }
td.TdClassName
{
border-color: #C39D83;
}
.TagClassName
{
border-color: #C39D83;
}
</style>