Shades of Rodeo Dust #C8A38C
Tints of Rodeo Dust #C8A38C
RGB
CMYK
RGB Variations
Color information
#C8A38C (or 0xC8A38C) is known color: Rodeo Dust. HEX triplet: C8, A3 and 8C. RGB value is (200,163,140). Sum of RGB (Red+Green+Blue) = 200+163+140=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A38C is #375C73. Grayscale: #ABABAB. Windows color (decimal): -3628148 or 9216968. OLE color: 9216968.
HSL color Cylindrical-coordinate representation of color #C8A38C: hue angle of 23º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8A38C is Cyan = 0, Magento = 0.18, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 140 | - |
| CMYK | 0 | 0.18 | 0.3 | 0.22 |
| HSL | 23º | 0.35% | 0.67% | - |
| HSV(B) | 23º | 0.3% | 0.78% | - |
| XYZ | 41.65 | 40.37 | 30.41 | - |
| YUV | 171.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 140 | 0 | 0.18 | 0.3 | 0.22 | 23 | 0.35 | 0.67 |
| Hex | C8 | A3 | 8C | 0 | 12 | 1E | 16 | 17 | 23 | 43 |
| Octal | 310 | 243 | 214 | 0 | 22 | 36 | 26 | 27 | 43 | 103 |
| Binary | 11001000 | 10100011 | 10001100 | 0 | 10010 | 11110 | 10110 | 10111 | 100011 | 1000011 |
Color Harmonies of #C8A38C
Complementary color
Monochromatic Colors of #C8A38C
Black with #C8A38C
Text Example
Text Example
White with #C8A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A38C; }
p { color: rgb(200,163,140); }
H1.HeaderClassName
{
color: #C8A38C;
}
.AnyTagClassName
{
color: #C8A38C;
}
</style>
background-color css
<style>
a { background-color: #C8A38C; }
a { background-color: rgb(200,163,140); }
div.DivClassName
{
background-color: #C8A38C;
}
.BgClassName
{
background-color: #C8A38C;
}
</style>
border-color css
<style>
span { border-color: #C8A38C; }
span { border-color: rgb(200,163,140); }
td.TdClassName
{
border-color: #C8A38C;
}
.TagClassName
{
border-color: #C8A38C;
}
</style>