#C6A05C

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

Shades of Laser #C6A05C

Tints of Laser #C6A05C

Color information

#C6A05C (or 0xC6A05C) is unknown color: approx Laser. HEX triplet: C6, A0 and 5C. RGB value is (198,160,92). Sum of RGB (Red+Green+Blue) = 198+160+92=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A05C is #395FA3. Grayscale: #A3A3A3. Windows color (decimal): -3760036 or 6070470. OLE color: 6070470.

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

Color convert

RGB19816092-
CMYK00.190.540.22
HSL38.49º48.18%56.86%-
HSV(B)38.49º53.54%77.65%-
XYZ37.7937.9215.45-
YUV163.6187.59152.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 92 (36.33% from 255) = 20.44%
R=44%
G=35.56%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981609200.190.540.2238.4948.1856.86
HexC6A05C0133616263039
Octal3062401340236626466071
Binary1100011010100000101110001001111011010110100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A05C; }

 p { color: rgb(198,160,92); }

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

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

 a { background-color: rgb(198,160,92); }

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

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

 span { border-color: rgb(198,160,92); }

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