Shades of Rodeo Dust #C8A27F
Tints of Rodeo Dust #C8A27F
RGB
CMYK
RGB Variations
Color information
#C8A27F (or 0xC8A27F) is known color: Rodeo Dust. HEX triplet: C8, A2 and 7F. RGB value is (200,162,127). Sum of RGB (Red+Green+Blue) = 200+162+127=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A27F is #375D80. Grayscale: #A9A9A9. Windows color (decimal): -3628417 or 8364744. OLE color: 8364744.
HSL color Cylindrical-coordinate representation of color #C8A27F: hue angle of 28.77º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8A27F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 127 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.22 |
| HSL | 28.77º | 0.4% | 0.64% | - |
| HSV(B) | 28.77º | 0.37% | 0.78% | - |
| XYZ | 40.57 | 39.65 | 25.59 | - |
| YUV | 169.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 127 | 0 | 0.19 | 0.36 | 0.22 | 28.77 | 0.4 | 0.64 |
| Hex | C8 | A2 | 7F | 0 | 13 | 24 | 16 | 1D | 28 | 40 |
| Octal | 310 | 242 | 177 | 0 | 23 | 44 | 26 | 35 | 50 | 100 |
| Binary | 11001000 | 10100010 | 1111111 | 0 | 10011 | 100100 | 10110 | 11101 | 101000 | 1000000 |
Color Harmonies of #C8A27F
Complementary color
Monochromatic Colors of #C8A27F
Black with #C8A27F
Text Example
Text Example
White with #C8A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A27F; }
p { color: rgb(200,162,127); }
H1.HeaderClassName
{
color: #C8A27F;
}
.AnyTagClassName
{
color: #C8A27F;
}
</style>
background-color css
<style>
a { background-color: #C8A27F; }
a { background-color: rgb(200,162,127); }
div.DivClassName
{
background-color: #C8A27F;
}
.BgClassName
{
background-color: #C8A27F;
}
</style>
border-color css
<style>
span { border-color: #C8A27F; }
span { border-color: rgb(200,162,127); }
td.TdClassName
{
border-color: #C8A27F;
}
.TagClassName
{
border-color: #C8A27F;
}
</style>