#C6A390

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

Shades of Rodeo Dust #C6A390

Tints of Rodeo Dust #C6A390

Color information

#C6A390 (or 0xC6A390) is unknown color: approx Rodeo Dust. HEX triplet: C6, A3 and 90. RGB value is (198,163,144). Sum of RGB (Red+Green+Blue) = 198+163+144=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A390 is #395C6F. Grayscale: #ABABAB. Windows color (decimal): -3759216 or 9479110. OLE color: 9479110.

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

Color convert

RGB198163144-
CMYK00.180.270.22
HSL21.11º32.14%67.06%-
HSV(B)21.11º27.27%77.65%-
XYZ41.4240.2131.96-
YUV171.3112.6147.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 163 (64.06% from 255) = 32.28%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=39.21%
G=32.28%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816314400.180.270.2221.1132.1467.06
HexC6A3900121B16152043
Octal30624322002233262540103
Binary1100011010100011100100000100101101110110101011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A390; }

 p { color: rgb(198,163,144); }

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

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

 a { background-color: rgb(198,163,144); }

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

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

 span { border-color: rgb(198,163,144); }

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