#C7A186

Color #C7A186 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C7A186

Tints of Rodeo Dust #C7A186

Color information

#C7A186 (or 0xC7A186) is unknown color: approx Rodeo Dust. HEX triplet: C7, A1 and 86. RGB value is (199,161,134). Sum of RGB (Red+Green+Blue) = 199+161+134=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A186 is #385E79. Grayscale: #A9A9A9. Windows color (decimal): -3694202 or 8823239. OLE color: 8823239.

HSL color Cylindrical-coordinate representation of color #C7A186: hue angle of 24.92º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7A186 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB199161134-
CMYK00.190.330.22
HSL24.92º36.72%65.29%-
HSV(B)24.92º32.66%78.04%-
XYZ40.639.3528.01-
YUV169.28108.09149.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=40.28%
G=32.59%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916113400.190.330.2224.9236.7265.29
HexC7A1860132116192541
Octal30724120602341263145101
Binary11000111101000011000011001001110000110110110011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A186; }

 p { color: rgb(199,161,134); }

 H1.HeaderClassName
 {
   color: #C7A186;
 }
 .AnyTagClassName
 {
   color: #C7A186;
 }
</style>
background-color css

<style>
 a { background-color: #C7A186; }

 a { background-color: rgb(199,161,134); }

 div.DivClassName
 {
   background-color: #C7A186;
 }
 .BgClassName
 {
   background-color: #C7A186;
 }
</style>
border-color css

<style>
 span { border-color: #C7A186; }

 span { border-color: rgb(199,161,134); }

 td.TdClassName
 {
   border-color: #C7A186;
 }
 .TagClassName
 {
   border-color: #C7A186;
 }
</style>