Shades of Rodeo Dust #C89B7F
Tints of Rodeo Dust #C89B7F
RGB
CMYK
RGB Variations
Color information
#C89B7F (or 0xC89B7F) is known color: Rodeo Dust. HEX triplet: C8, 9B and 7F. RGB value is (200,155,127). Sum of RGB (Red+Green+Blue) = 200+155+127=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89B7F is #376480. Grayscale: #A5A5A5. Windows color (decimal): -3630209 or 8362952. OLE color: 8362952.
HSL color Cylindrical-coordinate representation of color #C89B7F: hue angle of 23.01º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C89B7F is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 127 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.22 |
| HSL | 23.01º | 0.4% | 0.64% | - |
| HSV(B) | 23.01º | 0.37% | 0.78% | - |
| XYZ | 39.37 | 37.25 | 25.19 | - |
| YUV | 165.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 127 | 0 | 0.22 | 0.36 | 0.22 | 23.01 | 0.4 | 0.64 |
| Hex | C8 | 9B | 7F | 0 | 16 | 24 | 16 | 17 | 28 | 40 |
| Octal | 310 | 233 | 177 | 0 | 26 | 44 | 26 | 27 | 50 | 100 |
| Binary | 11001000 | 10011011 | 1111111 | 0 | 10110 | 100100 | 10110 | 10111 | 101000 | 1000000 |
Color Harmonies of #C89B7F
Complementary color
Monochromatic Colors of #C89B7F
Black with #C89B7F
Text Example
Text Example
White with #C89B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B7F; }
p { color: rgb(200,155,127); }
H1.HeaderClassName
{
color: #C89B7F;
}
.AnyTagClassName
{
color: #C89B7F;
}
</style>
background-color css
<style>
a { background-color: #C89B7F; }
a { background-color: rgb(200,155,127); }
div.DivClassName
{
background-color: #C89B7F;
}
.BgClassName
{
background-color: #C89B7F;
}
</style>
border-color css
<style>
span { border-color: #C89B7F; }
span { border-color: rgb(200,155,127); }
td.TdClassName
{
border-color: #C89B7F;
}
.TagClassName
{
border-color: #C89B7F;
}
</style>