Shades of Rodeo Dust #C2A27A
Tints of Rodeo Dust #C2A27A
RGB
CMYK
RGB Variations
Color information
#C2A27A (or 0xC2A27A) is known color: Rodeo Dust. HEX triplet: C2, A2 and 7A. RGB value is (194,162,122). Sum of RGB (Red+Green+Blue) = 194+162+122=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A27A is #3D5D85. Grayscale: #A7A7A7. Windows color (decimal): -4021638 or 8037058. OLE color: 8037058.
HSL color Cylindrical-coordinate representation of color #C2A27A: hue angle of 33.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2A27A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 122 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.24 |
| HSL | 33.33º | 0.37% | 0.62% | - |
| HSV(B) | 33.33º | 0.37% | 0.76% | - |
| XYZ | 38.68 | 38.72 | 23.85 | - |
| YUV | 167.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 122 | 0 | 0.16 | 0.37 | 0.24 | 33.33 | 0.37 | 0.62 |
| Hex | C2 | A2 | 7A | 0 | 10 | 25 | 18 | 21 | 25 | 3E |
| Octal | 302 | 242 | 172 | 0 | 20 | 45 | 30 | 41 | 45 | 76 |
| Binary | 11000010 | 10100010 | 1111010 | 0 | 10000 | 100101 | 11000 | 100001 | 100101 | 111110 |
Color Harmonies of #C2A27A
Complementary color
Monochromatic Colors of #C2A27A
Black with #C2A27A
Text Example
Text Example
White with #C2A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A27A; }
p { color: rgb(194,162,122); }
H1.HeaderClassName
{
color: #C2A27A;
}
.AnyTagClassName
{
color: #C2A27A;
}
</style>
background-color css
<style>
a { background-color: #C2A27A; }
a { background-color: rgb(194,162,122); }
div.DivClassName
{
background-color: #C2A27A;
}
.BgClassName
{
background-color: #C2A27A;
}
</style>
border-color css
<style>
span { border-color: #C2A27A; }
span { border-color: rgb(194,162,122); }
td.TdClassName
{
border-color: #C2A27A;
}
.TagClassName
{
border-color: #C2A27A;
}
</style>