Shades of Rodeo Dust #C8A18A
Tints of Rodeo Dust #C8A18A
RGB
CMYK
RGB Variations
Color information
#C8A18A (or 0xC8A18A) is known color: Rodeo Dust. HEX triplet: C8, A1 and 8A. RGB value is (200,161,138). Sum of RGB (Red+Green+Blue) = 200+161+138=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A18A is #375E75. Grayscale: #AAAAAA. Windows color (decimal): -3628662 or 9085384. OLE color: 9085384.
HSL color Cylindrical-coordinate representation of color #C8A18A: hue angle of 22.26º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8A18A is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 138 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.22 |
| HSL | 22.26º | 0.36% | 0.66% | - |
| HSV(B) | 22.26º | 0.31% | 0.78% | - |
| XYZ | 41.15 | 39.6 | 29.52 | - |
| YUV | 170.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 138 | 0 | 0.19 | 0.31 | 0.22 | 22.26 | 0.36 | 0.66 |
| Hex | C8 | A1 | 8A | 0 | 13 | 1F | 16 | 16 | 24 | 42 |
| Octal | 310 | 241 | 212 | 0 | 23 | 37 | 26 | 26 | 44 | 102 |
| Binary | 11001000 | 10100001 | 10001010 | 0 | 10011 | 11111 | 10110 | 10110 | 100100 | 1000010 |
Color Harmonies of #C8A18A
Complementary color
Monochromatic Colors of #C8A18A
Black with #C8A18A
Text Example
Text Example
White with #C8A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A18A; }
p { color: rgb(200,161,138); }
H1.HeaderClassName
{
color: #C8A18A;
}
.AnyTagClassName
{
color: #C8A18A;
}
</style>
background-color css
<style>
a { background-color: #C8A18A; }
a { background-color: rgb(200,161,138); }
div.DivClassName
{
background-color: #C8A18A;
}
.BgClassName
{
background-color: #C8A18A;
}
</style>
border-color css
<style>
span { border-color: #C8A18A; }
span { border-color: rgb(200,161,138); }
td.TdClassName
{
border-color: #C8A18A;
}
.TagClassName
{
border-color: #C8A18A;
}
</style>