Shades of Rodeo Dust #C9A68E
Tints of Rodeo Dust #C9A68E
RGB
CMYK
RGB Variations
Color information
#C9A68E (or 0xC9A68E) is known color: Rodeo Dust. HEX triplet: C9, A6 and 8E. RGB value is (201,166,142). Sum of RGB (Red+Green+Blue) = 201+166+142=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A68E is #365971. Grayscale: #ADADAD. Windows color (decimal): -3561842 or 9348809. OLE color: 9348809.
HSL color Cylindrical-coordinate representation of color #C9A68E: hue angle of 24.41º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9A68E is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 142 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.21 |
| HSL | 24.41º | 0.35% | 0.67% | - |
| HSV(B) | 24.41º | 0.29% | 0.79% | - |
| XYZ | 42.61 | 41.64 | 31.38 | - |
| YUV | 173.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 142 | 0 | 0.17 | 0.29 | 0.21 | 24.41 | 0.35 | 0.67 |
| Hex | C9 | A6 | 8E | 0 | 11 | 1D | 15 | 18 | 23 | 43 |
| Octal | 311 | 246 | 216 | 0 | 21 | 35 | 25 | 30 | 43 | 103 |
| Binary | 11001001 | 10100110 | 10001110 | 0 | 10001 | 11101 | 10101 | 11000 | 100011 | 1000011 |
Color Harmonies of #C9A68E
Complementary color
Monochromatic Colors of #C9A68E
Black with #C9A68E
Text Example
Text Example
White with #C9A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A68E; }
p { color: rgb(201,166,142); }
H1.HeaderClassName
{
color: #C9A68E;
}
.AnyTagClassName
{
color: #C9A68E;
}
</style>
background-color css
<style>
a { background-color: #C9A68E; }
a { background-color: rgb(201,166,142); }
div.DivClassName
{
background-color: #C9A68E;
}
.BgClassName
{
background-color: #C9A68E;
}
</style>
border-color css
<style>
span { border-color: #C9A68E; }
span { border-color: rgb(201,166,142); }
td.TdClassName
{
border-color: #C9A68E;
}
.TagClassName
{
border-color: #C9A68E;
}
</style>