Shades of Rodeo Dust #C8A283
Tints of Rodeo Dust #C8A283
RGB
CMYK
RGB Variations
Color information
#C8A283 (or 0xC8A283) is known color: Rodeo Dust. HEX triplet: C8, A2 and 83. RGB value is (200,162,131). Sum of RGB (Red+Green+Blue) = 200+162+131=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A283 is #375D7C. Grayscale: #A9A9A9. Windows color (decimal): -3628413 or 8626888. OLE color: 8626888.
HSL color Cylindrical-coordinate representation of color #C8A283: hue angle of 26.96º 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 #C8A283 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 131 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.22 |
| HSL | 26.96º | 0.39% | 0.65% | - |
| HSV(B) | 26.96º | 0.35% | 0.78% | - |
| XYZ | 40.84 | 39.76 | 26.99 | - |
| YUV | 169.83 | 106.09 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 131 | 0 | 0.19 | 0.34 | 0.22 | 26.96 | 0.39 | 0.65 |
| Hex | C8 | A2 | 83 | 0 | 13 | 22 | 16 | 1B | 27 | 41 |
| Octal | 310 | 242 | 203 | 0 | 23 | 42 | 26 | 33 | 47 | 101 |
| Binary | 11001000 | 10100010 | 10000011 | 0 | 10011 | 100010 | 10110 | 11011 | 100111 | 1000001 |
Color Harmonies of #C8A283
Complementary color
Monochromatic Colors of #C8A283
Black with #C8A283
Text Example
Text Example
White with #C8A283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A283; }
p { color: rgb(200,162,131); }
H1.HeaderClassName
{
color: #C8A283;
}
.AnyTagClassName
{
color: #C8A283;
}
</style>
background-color css
<style>
a { background-color: #C8A283; }
a { background-color: rgb(200,162,131); }
div.DivClassName
{
background-color: #C8A283;
}
.BgClassName
{
background-color: #C8A283;
}
</style>
border-color css
<style>
span { border-color: #C8A283; }
span { border-color: rgb(200,162,131); }
td.TdClassName
{
border-color: #C8A283;
}
.TagClassName
{
border-color: #C8A283;
}
</style>