Shades of Rodeo Dust #C5A28C
Tints of Rodeo Dust #C5A28C
RGB
CMYK
RGB Variations
Color information
#C5A28C (or 0xC5A28C) is known color: Rodeo Dust. HEX triplet: C5, A2 and 8C. RGB value is (197,162,140). Sum of RGB (Red+Green+Blue) = 197+162+140=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A28C is #3A5D73. Grayscale: #AAAAAA. Windows color (decimal): -3825012 or 9216709. OLE color: 9216709.
HSL color Cylindrical-coordinate representation of color #C5A28C: hue angle of 23.16º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5A28C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 140 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.23 |
| HSL | 23.16º | 0.33% | 0.66% | - |
| HSV(B) | 23.16º | 0.29% | 0.77% | - |
| XYZ | 40.68 | 39.6 | 30.31 | - |
| YUV | 169.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 140 | 0 | 0.18 | 0.29 | 0.23 | 23.16 | 0.33 | 0.66 |
| Hex | C5 | A2 | 8C | 0 | 12 | 1D | 17 | 17 | 21 | 42 |
| Octal | 305 | 242 | 214 | 0 | 22 | 35 | 27 | 27 | 41 | 102 |
| Binary | 11000101 | 10100010 | 10001100 | 0 | 10010 | 11101 | 10111 | 10111 | 100001 | 1000010 |
Color Harmonies of #C5A28C
Complementary color
Monochromatic Colors of #C5A28C
Black with #C5A28C
Text Example
Text Example
White with #C5A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A28C; }
p { color: rgb(197,162,140); }
H1.HeaderClassName
{
color: #C5A28C;
}
.AnyTagClassName
{
color: #C5A28C;
}
</style>
background-color css
<style>
a { background-color: #C5A28C; }
a { background-color: rgb(197,162,140); }
div.DivClassName
{
background-color: #C5A28C;
}
.BgClassName
{
background-color: #C5A28C;
}
</style>
border-color css
<style>
span { border-color: #C5A28C; }
span { border-color: rgb(197,162,140); }
td.TdClassName
{
border-color: #C5A28C;
}
.TagClassName
{
border-color: #C5A28C;
}
</style>