Shades of Rodeo Dust #C3A38C
Tints of Rodeo Dust #C3A38C
RGB
CMYK
RGB Variations
Color information
#C3A38C (or 0xC3A38C) is known color: Rodeo Dust. HEX triplet: C3, A3 and 8C. RGB value is (195,163,140). Sum of RGB (Red+Green+Blue) = 195+163+140=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A38C is #3C5C73. Grayscale: #AAAAAA. Windows color (decimal): -3955828 or 9216963. OLE color: 9216963.
HSL color Cylindrical-coordinate representation of color #C3A38C: hue angle of 25.09º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3A38C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 140 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.24 |
| HSL | 25.09º | 0.31% | 0.66% | - |
| HSV(B) | 25.09º | 0.28% | 0.76% | - |
| XYZ | 40.34 | 39.69 | 30.35 | - |
| YUV | 169.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 140 | 0 | 0.16 | 0.28 | 0.24 | 25.09 | 0.31 | 0.66 |
| Hex | C3 | A3 | 8C | 0 | 10 | 1C | 18 | 19 | 1F | 42 |
| Octal | 303 | 243 | 214 | 0 | 20 | 34 | 30 | 31 | 37 | 102 |
| Binary | 11000011 | 10100011 | 10001100 | 0 | 10000 | 11100 | 11000 | 11001 | 11111 | 1000010 |
Color Harmonies of #C3A38C
Complementary color
Monochromatic Colors of #C3A38C
Black with #C3A38C
Text Example
Text Example
White with #C3A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A38C; }
p { color: rgb(195,163,140); }
H1.HeaderClassName
{
color: #C3A38C;
}
.AnyTagClassName
{
color: #C3A38C;
}
</style>
background-color css
<style>
a { background-color: #C3A38C; }
a { background-color: rgb(195,163,140); }
div.DivClassName
{
background-color: #C3A38C;
}
.BgClassName
{
background-color: #C3A38C;
}
</style>
border-color css
<style>
span { border-color: #C3A38C; }
span { border-color: rgb(195,163,140); }
td.TdClassName
{
border-color: #C3A38C;
}
.TagClassName
{
border-color: #C3A38C;
}
</style>