Shades of Rodeo Dust #C89F81
Tints of Rodeo Dust #C89F81
RGB
CMYK
RGB Variations
Color information
#C89F81 (or 0xC89F81) is known color: Rodeo Dust. HEX triplet: C8, 9F and 81. RGB value is (200,159,129). Sum of RGB (Red+Green+Blue) = 200+159+129=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F81 is #37607E. Grayscale: #A8A8A8. Windows color (decimal): -3629183 or 8495048. OLE color: 8495048.
HSL color Cylindrical-coordinate representation of color #C89F81: hue angle of 25.35º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C89F81 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 129 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.22 |
| HSL | 25.35º | 0.39% | 0.65% | - |
| HSV(B) | 25.35º | 0.36% | 0.78% | - |
| XYZ | 40.18 | 38.66 | 26.11 | - |
| YUV | 167.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 129 | 0 | 0.20 | 0.36 | 0.22 | 25.35 | 0.39 | 0.65 |
| Hex | C8 | 9F | 81 | 0 | 14 | 24 | 16 | 19 | 27 | 41 |
| Octal | 310 | 237 | 201 | 0 | 24 | 44 | 26 | 31 | 47 | 101 |
| Binary | 11001000 | 10011111 | 10000001 | 0 | 10100 | 100100 | 10110 | 11001 | 100111 | 1000001 |
Color Harmonies of #C89F81
Complementary color
Monochromatic Colors of #C89F81
Black with #C89F81
Text Example
Text Example
White with #C89F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F81; }
p { color: rgb(200,159,129); }
H1.HeaderClassName
{
color: #C89F81;
}
.AnyTagClassName
{
color: #C89F81;
}
</style>
background-color css
<style>
a { background-color: #C89F81; }
a { background-color: rgb(200,159,129); }
div.DivClassName
{
background-color: #C89F81;
}
.BgClassName
{
background-color: #C89F81;
}
</style>
border-color css
<style>
span { border-color: #C89F81; }
span { border-color: rgb(200,159,129); }
td.TdClassName
{
border-color: #C89F81;
}
.TagClassName
{
border-color: #C89F81;
}
</style>