Shades of Rodeo Dust #C8AB8A
Tints of Rodeo Dust #C8AB8A
RGB
CMYK
RGB Variations
Color information
#C8AB8A (or 0xC8AB8A) is known color: Rodeo Dust. HEX triplet: C8, AB and 8A. RGB value is (200,171,138). Sum of RGB (Red+Green+Blue) = 200+171+138=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AB8A is #375475. Grayscale: #B0B0B0. Windows color (decimal): -3626102 or 9087944. OLE color: 9087944.
HSL color Cylindrical-coordinate representation of color #C8AB8A: hue angle of 31.94º 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 #C8AB8A is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 138 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.22 |
| HSL | 31.94º | 0.36% | 0.66% | - |
| HSV(B) | 31.94º | 0.31% | 0.78% | - |
| XYZ | 42.97 | 43.24 | 30.13 | - |
| YUV | 175.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 138 | 0 | 0.14 | 0.31 | 0.22 | 31.94 | 0.36 | 0.66 |
| Hex | C8 | AB | 8A | 0 | E | 1F | 16 | 20 | 24 | 42 |
| Octal | 310 | 253 | 212 | 0 | 16 | 37 | 26 | 40 | 44 | 102 |
| Binary | 11001000 | 10101011 | 10001010 | 0 | 1110 | 11111 | 10110 | 100000 | 100100 | 1000010 |
Color Harmonies of #C8AB8A
Complementary color
Monochromatic Colors of #C8AB8A
Black with #C8AB8A
Text Example
Text Example
White with #C8AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB8A; }
p { color: rgb(200,171,138); }
H1.HeaderClassName
{
color: #C8AB8A;
}
.AnyTagClassName
{
color: #C8AB8A;
}
</style>
background-color css
<style>
a { background-color: #C8AB8A; }
a { background-color: rgb(200,171,138); }
div.DivClassName
{
background-color: #C8AB8A;
}
.BgClassName
{
background-color: #C8AB8A;
}
</style>
border-color css
<style>
span { border-color: #C8AB8A; }
span { border-color: rgb(200,171,138); }
td.TdClassName
{
border-color: #C8AB8A;
}
.TagClassName
{
border-color: #C8AB8A;
}
</style>