Shades of Rodeo Dust #C8AB8B
Tints of Rodeo Dust #C8AB8B
RGB
CMYK
RGB Variations
Color information
#C8AB8B (or 0xC8AB8B) is known color: Rodeo Dust. HEX triplet: C8, AB and 8B. RGB value is (200,171,139). Sum of RGB (Red+Green+Blue) = 200+171+139=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB8B is #375474. Grayscale: #B0B0B0. Windows color (decimal): -3626101 or 9153480. OLE color: 9153480.
HSL color Cylindrical-coordinate representation of color #C8AB8B: hue angle of 31.48º 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 #C8AB8B is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 139 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.22 |
| HSL | 31.48º | 0.36% | 0.66% | - |
| HSV(B) | 31.48º | 0.31% | 0.78% | - |
| XYZ | 43.04 | 43.27 | 30.51 | - |
| YUV | 176.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 139 | 0 | 0.14 | 0.30 | 0.22 | 31.48 | 0.36 | 0.66 |
| Hex | C8 | AB | 8B | 0 | E | 1E | 16 | 1F | 24 | 42 |
| Octal | 310 | 253 | 213 | 0 | 16 | 36 | 26 | 37 | 44 | 102 |
| Binary | 11001000 | 10101011 | 10001011 | 0 | 1110 | 11110 | 10110 | 11111 | 100100 | 1000010 |
Color Harmonies of #C8AB8B
Complementary color
Monochromatic Colors of #C8AB8B
Black with #C8AB8B
Text Example
Text Example
White with #C8AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB8B; }
p { color: rgb(200,171,139); }
H1.HeaderClassName
{
color: #C8AB8B;
}
.AnyTagClassName
{
color: #C8AB8B;
}
</style>
background-color css
<style>
a { background-color: #C8AB8B; }
a { background-color: rgb(200,171,139); }
div.DivClassName
{
background-color: #C8AB8B;
}
.BgClassName
{
background-color: #C8AB8B;
}
</style>
border-color css
<style>
span { border-color: #C8AB8B; }
span { border-color: rgb(200,171,139); }
td.TdClassName
{
border-color: #C8AB8B;
}
.TagClassName
{
border-color: #C8AB8B;
}
</style>