Shades of Rodeo Dust #C2A18A
Tints of Rodeo Dust #C2A18A
RGB
CMYK
RGB Variations
Color information
#C2A18A (or 0xC2A18A) is known color: Rodeo Dust. HEX triplet: C2, A1 and 8A. RGB value is (194,161,138). Sum of RGB (Red+Green+Blue) = 194+161+138=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A18A is #3D5E75. Grayscale: #A8A8A8. Windows color (decimal): -4021878 or 9085378. OLE color: 9085378.
HSL color Cylindrical-coordinate representation of color #C2A18A: hue angle of 24.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2A18A is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 138 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.24 |
| HSL | 24.64º | 0.31% | 0.65% | - |
| HSV(B) | 24.64º | 0.29% | 0.76% | - |
| XYZ | 39.58 | 38.79 | 29.45 | - |
| YUV | 168.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 138 | 0 | 0.17 | 0.29 | 0.24 | 24.64 | 0.31 | 0.65 |
| Hex | C2 | A1 | 8A | 0 | 11 | 1D | 18 | 19 | 1F | 41 |
| Octal | 302 | 241 | 212 | 0 | 21 | 35 | 30 | 31 | 37 | 101 |
| Binary | 11000010 | 10100001 | 10001010 | 0 | 10001 | 11101 | 11000 | 11001 | 11111 | 1000001 |
Color Harmonies of #C2A18A
Complementary color
Monochromatic Colors of #C2A18A
Black with #C2A18A
Text Example
Text Example
White with #C2A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A18A; }
p { color: rgb(194,161,138); }
H1.HeaderClassName
{
color: #C2A18A;
}
.AnyTagClassName
{
color: #C2A18A;
}
</style>
background-color css
<style>
a { background-color: #C2A18A; }
a { background-color: rgb(194,161,138); }
div.DivClassName
{
background-color: #C2A18A;
}
.BgClassName
{
background-color: #C2A18A;
}
</style>
border-color css
<style>
span { border-color: #C2A18A; }
span { border-color: rgb(194,161,138); }
td.TdClassName
{
border-color: #C2A18A;
}
.TagClassName
{
border-color: #C2A18A;
}
</style>