#C0A656

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

Shades of Laser #C0A656

Tints of Laser #C0A656

Color information

#C0A656 (or 0xC0A656) is unknown color: approx Laser. HEX triplet: C0, A6 and 56. RGB value is (192,166,86). Sum of RGB (Red+Green+Blue) = 192+166+86=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A656 is #3F59A9. Grayscale: #A5A5A5. Windows color (decimal): -4151722 or 5678784. OLE color: 5678784.

HSL color Cylindrical-coordinate representation of color #C0A656: hue angle of 45.28º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0A656 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19216686-
CMYK00.140.550.25
HSL45.28º45.69%54.51%-
HSV(B)45.28º55.21%75.29%-
XYZ37.0539.1514.41-
YUV164.6583.61147.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 86 (33.98% from 255) = 19.37%
R=43.24%
G=37.39%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921668600.140.550.2545.2845.6954.51
HexC0A6560E37192d2e37
Octal3002461260166731555667
Binary110000001010011010101100111011011111001101101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A656; }

 p { color: rgb(192,166,86); }

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

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

 a { background-color: rgb(192,166,86); }

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

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

 span { border-color: rgb(192,166,86); }

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