Shades of Rodeo Dust #C9A38B
Tints of Rodeo Dust #C9A38B
RGB
CMYK
RGB Variations
Color information
#C9A38B (or 0xC9A38B) is known color: Rodeo Dust. HEX triplet: C9, A3 and 8B. RGB value is (201,163,139). Sum of RGB (Red+Green+Blue) = 201+163+139=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A38B is #365C74. Grayscale: #ABABAB. Windows color (decimal): -3562613 or 9151433. OLE color: 9151433.
HSL color Cylindrical-coordinate representation of color #C9A38B: hue angle of 23.23º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9A38B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 139 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.21 |
| HSL | 23.23º | 0.36% | 0.67% | - |
| HSV(B) | 23.23º | 0.31% | 0.79% | - |
| XYZ | 41.84 | 40.48 | 30.03 | - |
| YUV | 171.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 139 | 0 | 0.19 | 0.31 | 0.21 | 23.23 | 0.36 | 0.67 |
| Hex | C9 | A3 | 8B | 0 | 13 | 1F | 15 | 17 | 24 | 43 |
| Octal | 311 | 243 | 213 | 0 | 23 | 37 | 25 | 27 | 44 | 103 |
| Binary | 11001001 | 10100011 | 10001011 | 0 | 10011 | 11111 | 10101 | 10111 | 100100 | 1000011 |
Color Harmonies of #C9A38B
Complementary color
Monochromatic Colors of #C9A38B
Black with #C9A38B
Text Example
Text Example
White with #C9A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A38B; }
p { color: rgb(201,163,139); }
H1.HeaderClassName
{
color: #C9A38B;
}
.AnyTagClassName
{
color: #C9A38B;
}
</style>
background-color css
<style>
a { background-color: #C9A38B; }
a { background-color: rgb(201,163,139); }
div.DivClassName
{
background-color: #C9A38B;
}
.BgClassName
{
background-color: #C9A38B;
}
</style>
border-color css
<style>
span { border-color: #C9A38B; }
span { border-color: rgb(201,163,139); }
td.TdClassName
{
border-color: #C9A38B;
}
.TagClassName
{
border-color: #C9A38B;
}
</style>