Shades of Rodeo Dust #C4A77E
Tints of Rodeo Dust #C4A77E
RGB
CMYK
RGB Variations
Color information
#C4A77E (or 0xC4A77E) is known color: Rodeo Dust. HEX triplet: C4, A7 and 7E. RGB value is (196,167,126). Sum of RGB (Red+Green+Blue) = 196+167+126=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A77E is #3B5881. Grayscale: #ABABAB. Windows color (decimal): -3889282 or 8300484. OLE color: 8300484.
HSL color Cylindrical-coordinate representation of color #C4A77E: hue angle of 35.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4A77E is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 126 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.23 |
| HSL | 35.14º | 0.37% | 0.63% | - |
| HSV(B) | 35.14º | 0.36% | 0.77% | - |
| XYZ | 40.35 | 40.88 | 25.5 | - |
| YUV | 171 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 126 | 0 | 0.15 | 0.36 | 0.23 | 35.14 | 0.37 | 0.63 |
| Hex | C4 | A7 | 7E | 0 | F | 24 | 17 | 23 | 25 | 3F |
| Octal | 304 | 247 | 176 | 0 | 17 | 44 | 27 | 43 | 45 | 77 |
| Binary | 11000100 | 10100111 | 1111110 | 0 | 1111 | 100100 | 10111 | 100011 | 100101 | 111111 |
Color Harmonies of #C4A77E
Complementary color
Monochromatic Colors of #C4A77E
Black with #C4A77E
Text Example
Text Example
White with #C4A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A77E; }
p { color: rgb(196,167,126); }
H1.HeaderClassName
{
color: #C4A77E;
}
.AnyTagClassName
{
color: #C4A77E;
}
</style>
background-color css
<style>
a { background-color: #C4A77E; }
a { background-color: rgb(196,167,126); }
div.DivClassName
{
background-color: #C4A77E;
}
.BgClassName
{
background-color: #C4A77E;
}
</style>
border-color css
<style>
span { border-color: #C4A77E; }
span { border-color: rgb(196,167,126); }
td.TdClassName
{
border-color: #C4A77E;
}
.TagClassName
{
border-color: #C4A77E;
}
</style>