Shades of Rodeo Dust #C8A38B
Tints of Rodeo Dust #C8A38B
RGB
CMYK
RGB Variations
Color information
#C8A38B (or 0xC8A38B) is known color: Rodeo Dust. HEX triplet: C8, A3 and 8B. RGB value is (200,163,139). Sum of RGB (Red+Green+Blue) = 200+163+139=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A38B is #375C74. Grayscale: #ABABAB. Windows color (decimal): -3628149 or 9151432. OLE color: 9151432.
HSL color Cylindrical-coordinate representation of color #C8A38B: hue angle of 23.61º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8A38B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 139 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.22 |
| HSL | 23.61º | 0.36% | 0.66% | - |
| HSV(B) | 23.61º | 0.31% | 0.78% | - |
| XYZ | 41.58 | 40.34 | 30.02 | - |
| YUV | 171.33 | 109.76 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 139 | 0 | 0.18 | 0.30 | 0.22 | 23.61 | 0.36 | 0.66 |
| Hex | C8 | A3 | 8B | 0 | 12 | 1E | 16 | 18 | 24 | 42 |
| Octal | 310 | 243 | 213 | 0 | 22 | 36 | 26 | 30 | 44 | 102 |
| Binary | 11001000 | 10100011 | 10001011 | 0 | 10010 | 11110 | 10110 | 11000 | 100100 | 1000010 |
Color Harmonies of #C8A38B
Complementary color
Monochromatic Colors of #C8A38B
Black with #C8A38B
Text Example
Text Example
White with #C8A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A38B; }
p { color: rgb(200,163,139); }
H1.HeaderClassName
{
color: #C8A38B;
}
.AnyTagClassName
{
color: #C8A38B;
}
</style>
background-color css
<style>
a { background-color: #C8A38B; }
a { background-color: rgb(200,163,139); }
div.DivClassName
{
background-color: #C8A38B;
}
.BgClassName
{
background-color: #C8A38B;
}
</style>
border-color css
<style>
span { border-color: #C8A38B; }
span { border-color: rgb(200,163,139); }
td.TdClassName
{
border-color: #C8A38B;
}
.TagClassName
{
border-color: #C8A38B;
}
</style>