Shades of Rodeo Dust #C8A28C
Tints of Rodeo Dust #C8A28C
RGB
CMYK
RGB Variations
Color information
#C8A28C (or 0xC8A28C) is known color: Rodeo Dust. HEX triplet: C8, A2 and 8C. RGB value is (200,162,140). Sum of RGB (Red+Green+Blue) = 200+162+140=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A28C is #375D73. Grayscale: #AAAAAA. Windows color (decimal): -3628404 or 9216712. OLE color: 9216712.
HSL color Cylindrical-coordinate representation of color #C8A28C: hue angle of 22º 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 #C8A28C is Cyan = 0, Magento = 0.19, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 140 | - |
| CMYK | 0 | 0.19 | 0.3 | 0.22 |
| HSL | 22º | 0.35% | 0.67% | - |
| HSV(B) | 22º | 0.3% | 0.78% | - |
| XYZ | 41.47 | 40.01 | 30.35 | - |
| YUV | 170.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 140 | 0 | 0.19 | 0.3 | 0.22 | 22 | 0.35 | 0.67 |
| Hex | C8 | A2 | 8C | 0 | 13 | 1E | 16 | 16 | 23 | 43 |
| Octal | 310 | 242 | 214 | 0 | 23 | 36 | 26 | 26 | 43 | 103 |
| Binary | 11001000 | 10100010 | 10001100 | 0 | 10011 | 11110 | 10110 | 10110 | 100011 | 1000011 |
Color Harmonies of #C8A28C
Complementary color
Monochromatic Colors of #C8A28C
Black with #C8A28C
Text Example
Text Example
White with #C8A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A28C; }
p { color: rgb(200,162,140); }
H1.HeaderClassName
{
color: #C8A28C;
}
.AnyTagClassName
{
color: #C8A28C;
}
</style>
background-color css
<style>
a { background-color: #C8A28C; }
a { background-color: rgb(200,162,140); }
div.DivClassName
{
background-color: #C8A28C;
}
.BgClassName
{
background-color: #C8A28C;
}
</style>
border-color css
<style>
span { border-color: #C8A28C; }
span { border-color: rgb(200,162,140); }
td.TdClassName
{
border-color: #C8A28C;
}
.TagClassName
{
border-color: #C8A28C;
}
</style>