Shades of Rodeo Dust #C3A182
Tints of Rodeo Dust #C3A182
RGB
CMYK
RGB Variations
Color information
#C3A182 (or 0xC3A182) is known color: Rodeo Dust. HEX triplet: C3, A1 and 82. RGB value is (195,161,130). Sum of RGB (Red+Green+Blue) = 195+161+130=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A182 is #3C5E7D. Grayscale: #A7A7A7. Windows color (decimal): -3956350 or 8561091. OLE color: 8561091.
HSL color Cylindrical-coordinate representation of color #C3A182: hue angle of 28.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3A182 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 130 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.24 |
| HSL | 28.62º | 0.35% | 0.64% | - |
| HSV(B) | 28.62º | 0.33% | 0.76% | - |
| XYZ | 39.28 | 38.7 | 26.52 | - |
| YUV | 167.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 130 | 0 | 0.17 | 0.33 | 0.24 | 28.62 | 0.35 | 0.64 |
| Hex | C3 | A1 | 82 | 0 | 11 | 21 | 18 | 1D | 23 | 40 |
| Octal | 303 | 241 | 202 | 0 | 21 | 41 | 30 | 35 | 43 | 100 |
| Binary | 11000011 | 10100001 | 10000010 | 0 | 10001 | 100001 | 11000 | 11101 | 100011 | 1000000 |
Color Harmonies of #C3A182
Complementary color
Monochromatic Colors of #C3A182
Black with #C3A182
Text Example
Text Example
White with #C3A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A182; }
p { color: rgb(195,161,130); }
H1.HeaderClassName
{
color: #C3A182;
}
.AnyTagClassName
{
color: #C3A182;
}
</style>
background-color css
<style>
a { background-color: #C3A182; }
a { background-color: rgb(195,161,130); }
div.DivClassName
{
background-color: #C3A182;
}
.BgClassName
{
background-color: #C3A182;
}
</style>
border-color css
<style>
span { border-color: #C3A182; }
span { border-color: rgb(195,161,130); }
td.TdClassName
{
border-color: #C3A182;
}
.TagClassName
{
border-color: #C3A182;
}
</style>