#C6A186

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

Shades of Rodeo Dust #C6A186

Tints of Rodeo Dust #C6A186

Color information

#C6A186 (or 0xC6A186) is unknown color: approx Rodeo Dust. HEX triplet: C6, A1 and 86. RGB value is (198,161,134). Sum of RGB (Red+Green+Blue) = 198+161+134=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A186 is #395E79. Grayscale: #A9A9A9. Windows color (decimal): -3759738 or 8823238. OLE color: 8823238.

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

Color convert

RGB198161134-
CMYK00.190.320.22
HSL25.31º35.96%65.1%-
HSV(B)25.31º32.32%77.65%-
XYZ40.3439.2228-
YUV168.98108.26148.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.16%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=40.16%
G=32.66%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816113400.190.320.2225.3135.9665.1
HexC6A1860132016192441
Octal30624120602340263144101
Binary11000110101000011000011001001110000010110110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A186; }

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

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

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

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

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

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

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

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