Shades of Rodeo Dust #C4A693
Tints of Rodeo Dust #C4A693
RGB
CMYK
RGB Variations
Color information
#C4A693 (or 0xC4A693) is known color: Rodeo Dust. HEX triplet: C4, A6 and 93. RGB value is (196,166,147). Sum of RGB (Red+Green+Blue) = 196+166+147=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A693 is #3B596C. Grayscale: #ACACAC. Windows color (decimal): -3889517 or 9676484. OLE color: 9676484.
HSL color Cylindrical-coordinate representation of color #C4A693: hue angle of 23.27º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4A693 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 147 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.23 |
| HSL | 23.27º | 0.29% | 0.67% | - |
| HSV(B) | 23.27º | 0.25% | 0.77% | - |
| XYZ | 41.67 | 41.11 | 33.34 | - |
| YUV | 172.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 147 | 0 | 0.15 | 0.25 | 0.23 | 23.27 | 0.29 | 0.67 |
| Hex | C4 | A6 | 93 | 0 | F | 19 | 17 | 17 | 1D | 43 |
| Octal | 304 | 246 | 223 | 0 | 17 | 31 | 27 | 27 | 35 | 103 |
| Binary | 11000100 | 10100110 | 10010011 | 0 | 1111 | 11001 | 10111 | 10111 | 11101 | 1000011 |
Color Harmonies of #C4A693
Complementary color
Monochromatic Colors of #C4A693
Black with #C4A693
Text Example
Text Example
White with #C4A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A693; }
p { color: rgb(196,166,147); }
H1.HeaderClassName
{
color: #C4A693;
}
.AnyTagClassName
{
color: #C4A693;
}
</style>
background-color css
<style>
a { background-color: #C4A693; }
a { background-color: rgb(196,166,147); }
div.DivClassName
{
background-color: #C4A693;
}
.BgClassName
{
background-color: #C4A693;
}
</style>
border-color css
<style>
span { border-color: #C4A693; }
span { border-color: rgb(196,166,147); }
td.TdClassName
{
border-color: #C4A693;
}
.TagClassName
{
border-color: #C4A693;
}
</style>