Shades of Rodeo Dust #C7A68F
Tints of Rodeo Dust #C7A68F
RGB
CMYK
RGB Variations
Color information
#C7A68F (or 0xC7A68F) is known color: Rodeo Dust. HEX triplet: C7, A6 and 8F. RGB value is (199,166,143). Sum of RGB (Red+Green+Blue) = 199+166+143=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A68F is #385970. Grayscale: #ADADAD. Windows color (decimal): -3692913 or 9414343. OLE color: 9414343.
HSL color Cylindrical-coordinate representation of color #C7A68F: hue angle of 24.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7A68F is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 143 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.22 |
| HSL | 24.64º | 0.33% | 0.67% | - |
| HSV(B) | 24.64º | 0.28% | 0.78% | - |
| XYZ | 42.15 | 41.4 | 31.76 | - |
| YUV | 173.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 143 | 0 | 0.17 | 0.28 | 0.22 | 24.64 | 0.33 | 0.67 |
| Hex | C7 | A6 | 8F | 0 | 11 | 1C | 16 | 19 | 21 | 43 |
| Octal | 307 | 246 | 217 | 0 | 21 | 34 | 26 | 31 | 41 | 103 |
| Binary | 11000111 | 10100110 | 10001111 | 0 | 10001 | 11100 | 10110 | 11001 | 100001 | 1000011 |
Color Harmonies of #C7A68F
Complementary color
Monochromatic Colors of #C7A68F
Black with #C7A68F
Text Example
Text Example
White with #C7A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A68F; }
p { color: rgb(199,166,143); }
H1.HeaderClassName
{
color: #C7A68F;
}
.AnyTagClassName
{
color: #C7A68F;
}
</style>
background-color css
<style>
a { background-color: #C7A68F; }
a { background-color: rgb(199,166,143); }
div.DivClassName
{
background-color: #C7A68F;
}
.BgClassName
{
background-color: #C7A68F;
}
</style>
border-color css
<style>
span { border-color: #C7A68F; }
span { border-color: rgb(199,166,143); }
td.TdClassName
{
border-color: #C7A68F;
}
.TagClassName
{
border-color: #C7A68F;
}
</style>