Shades of Rodeo Dust #C2A693
Tints of Rodeo Dust #C2A693
RGB
CMYK
RGB Variations
Color information
#C2A693 (or 0xC2A693) is known color: Rodeo Dust. HEX triplet: C2, A6 and 93. RGB value is (194,166,147). Sum of RGB (Red+Green+Blue) = 194+166+147=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A693 is #3D596C. Grayscale: #ACACAC. Windows color (decimal): -4020589 or 9676482. OLE color: 9676482.
HSL color Cylindrical-coordinate representation of color #C2A693: hue angle of 24.26º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2A693 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 147 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.24 |
| HSL | 24.26º | 0.28% | 0.67% | - |
| HSV(B) | 24.26º | 0.24% | 0.76% | - |
| XYZ | 41.15 | 40.85 | 33.32 | - |
| YUV | 172.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 147 | 0 | 0.14 | 0.24 | 0.24 | 24.26 | 0.28 | 0.67 |
| Hex | C2 | A6 | 93 | 0 | E | 18 | 18 | 18 | 1C | 43 |
| Octal | 302 | 246 | 223 | 0 | 16 | 30 | 30 | 30 | 34 | 103 |
| Binary | 11000010 | 10100110 | 10010011 | 0 | 1110 | 11000 | 11000 | 11000 | 11100 | 1000011 |
Color Harmonies of #C2A693
Complementary color
Monochromatic Colors of #C2A693
Black with #C2A693
Text Example
Text Example
White with #C2A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A693; }
p { color: rgb(194,166,147); }
H1.HeaderClassName
{
color: #C2A693;
}
.AnyTagClassName
{
color: #C2A693;
}
</style>
background-color css
<style>
a { background-color: #C2A693; }
a { background-color: rgb(194,166,147); }
div.DivClassName
{
background-color: #C2A693;
}
.BgClassName
{
background-color: #C2A693;
}
</style>
border-color css
<style>
span { border-color: #C2A693; }
span { border-color: rgb(194,166,147); }
td.TdClassName
{
border-color: #C2A693;
}
.TagClassName
{
border-color: #C2A693;
}
</style>