Shades of Rodeo Dust #C89B83
Tints of Rodeo Dust #C89B83
RGB
CMYK
RGB Variations
Color information
#C89B83 (or 0xC89B83) is known color: Rodeo Dust. HEX triplet: C8, 9B and 83. RGB value is (200,155,131). Sum of RGB (Red+Green+Blue) = 200+155+131=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89B83 is #37647C. Grayscale: #A5A5A5. Windows color (decimal): -3630205 or 8625096. OLE color: 8625096.
HSL color Cylindrical-coordinate representation of color #C89B83: hue angle of 20.87º 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 #C89B83 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 131 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.22 |
| HSL | 20.87º | 0.39% | 0.65% | - |
| HSV(B) | 20.87º | 0.35% | 0.78% | - |
| XYZ | 39.64 | 37.36 | 26.59 | - |
| YUV | 165.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 131 | 0 | 0.22 | 0.34 | 0.22 | 20.87 | 0.39 | 0.65 |
| Hex | C8 | 9B | 83 | 0 | 16 | 22 | 16 | 15 | 27 | 41 |
| Octal | 310 | 233 | 203 | 0 | 26 | 42 | 26 | 25 | 47 | 101 |
| Binary | 11001000 | 10011011 | 10000011 | 0 | 10110 | 100010 | 10110 | 10101 | 100111 | 1000001 |
Color Harmonies of #C89B83
Complementary color
Monochromatic Colors of #C89B83
Black with #C89B83
Text Example
Text Example
White with #C89B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B83; }
p { color: rgb(200,155,131); }
H1.HeaderClassName
{
color: #C89B83;
}
.AnyTagClassName
{
color: #C89B83;
}
</style>
background-color css
<style>
a { background-color: #C89B83; }
a { background-color: rgb(200,155,131); }
div.DivClassName
{
background-color: #C89B83;
}
.BgClassName
{
background-color: #C89B83;
}
</style>
border-color css
<style>
span { border-color: #C89B83; }
span { border-color: rgb(200,155,131); }
td.TdClassName
{
border-color: #C89B83;
}
.TagClassName
{
border-color: #C89B83;
}
</style>