Shades of Rodeo Dust #C7A68A
Tints of Rodeo Dust #C7A68A
RGB
CMYK
RGB Variations
Color information
#C7A68A (or 0xC7A68A) is known color: Rodeo Dust. HEX triplet: C7, A6 and 8A. RGB value is (199,166,138). Sum of RGB (Red+Green+Blue) = 199+166+138=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A68A is #385975. Grayscale: #ACACAC. Windows color (decimal): -3692918 or 9086663. OLE color: 9086663.
HSL color Cylindrical-coordinate representation of color #C7A68A: hue angle of 27.54º degrees, saturation: 0.35, 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 #C7A68A is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 138 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.22 |
| HSL | 27.54º | 0.35% | 0.66% | - |
| HSV(B) | 27.54º | 0.31% | 0.78% | - |
| XYZ | 41.78 | 41.25 | 29.8 | - |
| YUV | 172.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 138 | 0 | 0.17 | 0.31 | 0.22 | 27.54 | 0.35 | 0.66 |
| Hex | C7 | A6 | 8A | 0 | 11 | 1F | 16 | 1C | 23 | 42 |
| Octal | 307 | 246 | 212 | 0 | 21 | 37 | 26 | 34 | 43 | 102 |
| Binary | 11000111 | 10100110 | 10001010 | 0 | 10001 | 11111 | 10110 | 11100 | 100011 | 1000010 |
Color Harmonies of #C7A68A
Complementary color
Monochromatic Colors of #C7A68A
Black with #C7A68A
Text Example
Text Example
White with #C7A68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A68A; }
p { color: rgb(199,166,138); }
H1.HeaderClassName
{
color: #C7A68A;
}
.AnyTagClassName
{
color: #C7A68A;
}
</style>
background-color css
<style>
a { background-color: #C7A68A; }
a { background-color: rgb(199,166,138); }
div.DivClassName
{
background-color: #C7A68A;
}
.BgClassName
{
background-color: #C7A68A;
}
</style>
border-color css
<style>
span { border-color: #C7A68A; }
span { border-color: rgb(199,166,138); }
td.TdClassName
{
border-color: #C7A68A;
}
.TagClassName
{
border-color: #C7A68A;
}
</style>