#C6A989

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

Shades of Rodeo Dust #C6A989

Tints of Rodeo Dust #C6A989

Color information

#C6A989 (or 0xC6A989) is unknown color: approx Rodeo Dust. HEX triplet: C6, A9 and 89. RGB value is (198,169,137). Sum of RGB (Red+Green+Blue) = 198+169+137=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A989 is #395676. Grayscale: #AEAEAE. Windows color (decimal): -3757687 or 9021894. OLE color: 9021894.

HSL color Cylindrical-coordinate representation of color #C6A989: hue angle of 31.48º 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 #C6A989 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB198169137-
CMYK00.150.310.22
HSL31.48º34.86%65.69%-
HSV(B)31.48º30.81%77.65%-
XYZ41.9942.1929.6-
YUV174.02107.11145.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.29%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=39.29%
G=33.53%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816913700.150.310.2231.4834.8665.69
HexC6A9890F1F161f2342
Octal30625121101737263743102
Binary110001101010100110001001011111111110110111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A989; }

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

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

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

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

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

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

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

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