Shades of Rodeo Dust #C2AB8F
Tints of Rodeo Dust #C2AB8F
RGB
CMYK
RGB Variations
Color information
#C2AB8F (or 0xC2AB8F) is known color: Rodeo Dust. HEX triplet: C2, AB and 8F. RGB value is (194,171,143). Sum of RGB (Red+Green+Blue) = 194+171+143=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AB8F is #3D5470. Grayscale: #AEAEAE. Windows color (decimal): -4019313 or 9415618. OLE color: 9415618.
HSL color Cylindrical-coordinate representation of color #C2AB8F: hue angle of 32.94º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2AB8F is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 143 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.24 |
| HSL | 32.94º | 0.29% | 0.66% | - |
| HSV(B) | 32.94º | 0.26% | 0.76% | - |
| XYZ | 41.77 | 42.58 | 32 | - |
| YUV | 174.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 143 | 0 | 0.12 | 0.26 | 0.24 | 32.94 | 0.29 | 0.66 |
| Hex | C2 | AB | 8F | 0 | C | 1A | 18 | 21 | 1D | 42 |
| Octal | 302 | 253 | 217 | 0 | 14 | 32 | 30 | 41 | 35 | 102 |
| Binary | 11000010 | 10101011 | 10001111 | 0 | 1100 | 11010 | 11000 | 100001 | 11101 | 1000010 |
Color Harmonies of #C2AB8F
Complementary color
Monochromatic Colors of #C2AB8F
Black with #C2AB8F
Text Example
Text Example
White with #C2AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AB8F; }
p { color: rgb(194,171,143); }
H1.HeaderClassName
{
color: #C2AB8F;
}
.AnyTagClassName
{
color: #C2AB8F;
}
</style>
background-color css
<style>
a { background-color: #C2AB8F; }
a { background-color: rgb(194,171,143); }
div.DivClassName
{
background-color: #C2AB8F;
}
.BgClassName
{
background-color: #C2AB8F;
}
</style>
border-color css
<style>
span { border-color: #C2AB8F; }
span { border-color: rgb(194,171,143); }
td.TdClassName
{
border-color: #C2AB8F;
}
.TagClassName
{
border-color: #C2AB8F;
}
</style>