#C6A25C

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

Shades of Laser #C6A25C

Tints of Laser #C6A25C

Color information

#C6A25C (or 0xC6A25C) is unknown color: approx Laser. HEX triplet: C6, A2 and 5C. RGB value is (198,162,92). Sum of RGB (Red+Green+Blue) = 198+162+92=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A25C is #395DA3. Grayscale: #A5A5A5. Windows color (decimal): -3759524 or 6070982. OLE color: 6070982.

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

Color convert

RGB19816292-
CMYK00.180.540.22
HSL39.62º48.18%56.86%-
HSV(B)39.62º53.54%77.65%-
XYZ38.1438.6215.57-
YUV164.7886.93151.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.81%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=43.81%
G=35.84%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981629200.180.540.2239.6248.1856.86
HexC6A25C0123616283039
Octal3062421340226626506071
Binary1100011010100010101110001001011011010110101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A25C; }

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

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

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

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

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

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

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

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