Shades of Rodeo Dust #C9A38A
Tints of Rodeo Dust #C9A38A
RGB
CMYK
RGB Variations
Color information
#C9A38A (or 0xC9A38A) is known color: Rodeo Dust. HEX triplet: C9, A3 and 8A. RGB value is (201,163,138). Sum of RGB (Red+Green+Blue) = 201+163+138=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A38A is #365C75. Grayscale: #ABABAB. Windows color (decimal): -3562614 or 9085897. OLE color: 9085897.
HSL color Cylindrical-coordinate representation of color #C9A38A: hue angle of 23.81º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9A38A is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 138 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.21 |
| HSL | 23.81º | 0.37% | 0.66% | - |
| HSV(B) | 23.81º | 0.31% | 0.79% | - |
| XYZ | 41.77 | 40.45 | 29.65 | - |
| YUV | 171.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 138 | 0 | 0.19 | 0.31 | 0.21 | 23.81 | 0.37 | 0.66 |
| Hex | C9 | A3 | 8A | 0 | 13 | 1F | 15 | 18 | 25 | 42 |
| Octal | 311 | 243 | 212 | 0 | 23 | 37 | 25 | 30 | 45 | 102 |
| Binary | 11001001 | 10100011 | 10001010 | 0 | 10011 | 11111 | 10101 | 11000 | 100101 | 1000010 |
Color Harmonies of #C9A38A
Complementary color
Monochromatic Colors of #C9A38A
Black with #C9A38A
Text Example
Text Example
White with #C9A38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A38A; }
p { color: rgb(201,163,138); }
H1.HeaderClassName
{
color: #C9A38A;
}
.AnyTagClassName
{
color: #C9A38A;
}
</style>
background-color css
<style>
a { background-color: #C9A38A; }
a { background-color: rgb(201,163,138); }
div.DivClassName
{
background-color: #C9A38A;
}
.BgClassName
{
background-color: #C9A38A;
}
</style>
border-color css
<style>
span { border-color: #C9A38A; }
span { border-color: rgb(201,163,138); }
td.TdClassName
{
border-color: #C9A38A;
}
.TagClassName
{
border-color: #C9A38A;
}
</style>