Shades of Rodeo Dust #C8A27A
Tints of Rodeo Dust #C8A27A
RGB
CMYK
RGB Variations
Color information
#C8A27A (or 0xC8A27A) is known color: Rodeo Dust. HEX triplet: C8, A2 and 7A. RGB value is (200,162,122). Sum of RGB (Red+Green+Blue) = 200+162+122=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A27A is #375D85. Grayscale: #A8A8A8. Windows color (decimal): -3628422 or 8037064. OLE color: 8037064.
HSL color Cylindrical-coordinate representation of color #C8A27A: hue angle of 30.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8A27A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 122 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.22 |
| HSL | 30.77º | 0.41% | 0.63% | - |
| HSV(B) | 30.77º | 0.39% | 0.78% | - |
| XYZ | 40.25 | 39.53 | 23.92 | - |
| YUV | 168.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 122 | 0 | 0.19 | 0.39 | 0.22 | 30.77 | 0.41 | 0.63 |
| Hex | C8 | A2 | 7A | 0 | 13 | 27 | 16 | 1F | 29 | 3F |
| Octal | 310 | 242 | 172 | 0 | 23 | 47 | 26 | 37 | 51 | 77 |
| Binary | 11001000 | 10100010 | 1111010 | 0 | 10011 | 100111 | 10110 | 11111 | 101001 | 111111 |
Color Harmonies of #C8A27A
Complementary color
Monochromatic Colors of #C8A27A
Black with #C8A27A
Text Example
Text Example
White with #C8A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A27A; }
p { color: rgb(200,162,122); }
H1.HeaderClassName
{
color: #C8A27A;
}
.AnyTagClassName
{
color: #C8A27A;
}
</style>
background-color css
<style>
a { background-color: #C8A27A; }
a { background-color: rgb(200,162,122); }
div.DivClassName
{
background-color: #C8A27A;
}
.BgClassName
{
background-color: #C8A27A;
}
</style>
border-color css
<style>
span { border-color: #C8A27A; }
span { border-color: rgb(200,162,122); }
td.TdClassName
{
border-color: #C8A27A;
}
.TagClassName
{
border-color: #C8A27A;
}
</style>