#C0A15C

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

Shades of Laser #C0A15C

Tints of Laser #C0A15C

Color information

#C0A15C (or 0xC0A15C) is unknown color: approx Laser. HEX triplet: C0, A1 and 5C. RGB value is (192,161,92). Sum of RGB (Red+Green+Blue) = 192+161+92=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A15C is #3F5EA3. Grayscale: #A2A2A2. Windows color (decimal): -4152996 or 6070720. OLE color: 6070720.

HSL color Cylindrical-coordinate representation of color #C0A15C: hue angle of 41.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0A15C is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19216192-
CMYK00.160.520.25
HSL41.4º44.25%55.69%-
HSV(B)41.4º52.08%75.29%-
XYZ36.4137.4715.44-
YUV162.488.27149.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=43.15%
G=36.18%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921619200.160.520.2541.444.2555.69
HexC0A15C0103419292c38
Octal3002411340206431515470
Binary1100000010100001101110001000011010011001101001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A15C; }

 p { color: rgb(192,161,92); }

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

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

 a { background-color: rgb(192,161,92); }

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

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

 span { border-color: rgb(192,161,92); }

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