Shades of Rodeo Dust #C4AB8B
Tints of Rodeo Dust #C4AB8B
RGB
CMYK
RGB Variations
Color information
#C4AB8B (or 0xC4AB8B) is known color: Rodeo Dust. HEX triplet: C4, AB and 8B. RGB value is (196,171,139). Sum of RGB (Red+Green+Blue) = 196+171+139=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AB8B is #3B5474. Grayscale: #AEAEAE. Windows color (decimal): -3888245 or 9153476. OLE color: 9153476.
HSL color Cylindrical-coordinate representation of color #C4AB8B: hue angle of 33.68º 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 #C4AB8B is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 139 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.23 |
| HSL | 33.68º | 0.33% | 0.66% | - |
| HSV(B) | 33.68º | 0.29% | 0.77% | - |
| XYZ | 41.99 | 42.73 | 30.46 | - |
| YUV | 174.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 139 | 0 | 0.13 | 0.29 | 0.23 | 33.68 | 0.33 | 0.66 |
| Hex | C4 | AB | 8B | 0 | D | 1D | 17 | 22 | 21 | 42 |
| Octal | 304 | 253 | 213 | 0 | 15 | 35 | 27 | 42 | 41 | 102 |
| Binary | 11000100 | 10101011 | 10001011 | 0 | 1101 | 11101 | 10111 | 100010 | 100001 | 1000010 |
Color Harmonies of #C4AB8B
Complementary color
Monochromatic Colors of #C4AB8B
Black with #C4AB8B
Text Example
Text Example
White with #C4AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB8B; }
p { color: rgb(196,171,139); }
H1.HeaderClassName
{
color: #C4AB8B;
}
.AnyTagClassName
{
color: #C4AB8B;
}
</style>
background-color css
<style>
a { background-color: #C4AB8B; }
a { background-color: rgb(196,171,139); }
div.DivClassName
{
background-color: #C4AB8B;
}
.BgClassName
{
background-color: #C4AB8B;
}
</style>
border-color css
<style>
span { border-color: #C4AB8B; }
span { border-color: rgb(196,171,139); }
td.TdClassName
{
border-color: #C4AB8B;
}
.TagClassName
{
border-color: #C4AB8B;
}
</style>