Shades of Rodeo Dust #C8A48B
Tints of Rodeo Dust #C8A48B
RGB
CMYK
RGB Variations
Color information
#C8A48B (or 0xC8A48B) is known color: Rodeo Dust. HEX triplet: C8, A4 and 8B. RGB value is (200,164,139). Sum of RGB (Red+Green+Blue) = 200+164+139=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A48B is #375B74. Grayscale: #ACACAC. Windows color (decimal): -3627893 or 9151688. OLE color: 9151688.
HSL color Cylindrical-coordinate representation of color #C8A48B: hue angle of 24.59º 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 #C8A48B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 139 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.22 |
| HSL | 24.59º | 0.36% | 0.66% | - |
| HSV(B) | 24.59º | 0.31% | 0.78% | - |
| XYZ | 41.76 | 40.69 | 30.08 | - |
| YUV | 171.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 139 | 0 | 0.18 | 0.30 | 0.22 | 24.59 | 0.36 | 0.66 |
| Hex | C8 | A4 | 8B | 0 | 12 | 1E | 16 | 19 | 24 | 42 |
| Octal | 310 | 244 | 213 | 0 | 22 | 36 | 26 | 31 | 44 | 102 |
| Binary | 11001000 | 10100100 | 10001011 | 0 | 10010 | 11110 | 10110 | 11001 | 100100 | 1000010 |
Color Harmonies of #C8A48B
Complementary color
Monochromatic Colors of #C8A48B
Black with #C8A48B
Text Example
Text Example
White with #C8A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A48B; }
p { color: rgb(200,164,139); }
H1.HeaderClassName
{
color: #C8A48B;
}
.AnyTagClassName
{
color: #C8A48B;
}
</style>
background-color css
<style>
a { background-color: #C8A48B; }
a { background-color: rgb(200,164,139); }
div.DivClassName
{
background-color: #C8A48B;
}
.BgClassName
{
background-color: #C8A48B;
}
</style>
border-color css
<style>
span { border-color: #C8A48B; }
span { border-color: rgb(200,164,139); }
td.TdClassName
{
border-color: #C8A48B;
}
.TagClassName
{
border-color: #C8A48B;
}
</style>