#C6A489

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

Shades of Rodeo Dust #C6A489

Tints of Rodeo Dust #C6A489

Color information

#C6A489 (or 0xC6A489) is unknown color: approx Rodeo Dust. HEX triplet: C6, A4 and 89. RGB value is (198,164,137). Sum of RGB (Red+Green+Blue) = 198+164+137=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A489 is #395B76. Grayscale: #ABABAB. Windows color (decimal): -3758967 or 9020614. OLE color: 9020614.

HSL color Cylindrical-coordinate representation of color #C6A489: hue angle of 26.56º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6A489 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB198164137-
CMYK00.170.310.22
HSL26.56º34.86%65.69%-
HSV(B)26.56º30.81%77.65%-
XYZ41.0840.3629.29-
YUV171.09108.76147.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 164 (64.45% from 255) = 32.87%
BLUE value IS 137 (53.91% from 255) = 27.45%
R=39.68%
G=32.87%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816413700.170.310.2226.5634.8665.69
HexC6A4890111F161b2342
Octal30624421102137263343102
Binary1100011010100100100010010100011111110110110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A489; }

 p { color: rgb(198,164,137); }

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

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

 a { background-color: rgb(198,164,137); }

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

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

 span { border-color: rgb(198,164,137); }

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