Shades of Rodeo Dust #C89F83
Tints of Rodeo Dust #C89F83
RGB
CMYK
RGB Variations
Color information
#C89F83 (or 0xC89F83) is known color: Rodeo Dust. HEX triplet: C8, 9F and 83. RGB value is (200,159,131). Sum of RGB (Red+Green+Blue) = 200+159+131=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F83 is #37607C. Grayscale: #A8A8A8. Windows color (decimal): -3629181 or 8626120. OLE color: 8626120.
HSL color Cylindrical-coordinate representation of color #C89F83: hue angle of 24.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89F83 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 131 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.22 |
| HSL | 24.35º | 0.39% | 0.65% | - |
| HSV(B) | 24.35º | 0.35% | 0.78% | - |
| XYZ | 40.31 | 38.71 | 26.82 | - |
| YUV | 168.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 131 | 0 | 0.20 | 0.34 | 0.22 | 24.35 | 0.39 | 0.65 |
| Hex | C8 | 9F | 83 | 0 | 14 | 22 | 16 | 18 | 27 | 41 |
| Octal | 310 | 237 | 203 | 0 | 24 | 42 | 26 | 30 | 47 | 101 |
| Binary | 11001000 | 10011111 | 10000011 | 0 | 10100 | 100010 | 10110 | 11000 | 100111 | 1000001 |
Color Harmonies of #C89F83
Complementary color
Monochromatic Colors of #C89F83
Black with #C89F83
Text Example
Text Example
White with #C89F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F83; }
p { color: rgb(200,159,131); }
H1.HeaderClassName
{
color: #C89F83;
}
.AnyTagClassName
{
color: #C89F83;
}
</style>
background-color css
<style>
a { background-color: #C89F83; }
a { background-color: rgb(200,159,131); }
div.DivClassName
{
background-color: #C89F83;
}
.BgClassName
{
background-color: #C89F83;
}
</style>
border-color css
<style>
span { border-color: #C89F83; }
span { border-color: rgb(200,159,131); }
td.TdClassName
{
border-color: #C89F83;
}
.TagClassName
{
border-color: #C89F83;
}
</style>