#C0A65A

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

Shades of Laser #C0A65A

Tints of Laser #C0A65A

Color information

#C0A65A (or 0xC0A65A) is unknown color: approx Laser. HEX triplet: C0, A6 and 5A. RGB value is (192,166,90). Sum of RGB (Red+Green+Blue) = 192+166+90=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A65A is #3F59A5. Grayscale: #A5A5A5. Windows color (decimal): -4151718 or 5940928. OLE color: 5940928.

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

Color convert

RGB19216690-
CMYK00.140.530.25
HSL44.71º44.74%55.29%-
HSV(B)44.71º53.12%75.29%-
XYZ37.2239.2215.28-
YUV165.1185.61147.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=42.86%
G=37.05%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921669000.140.530.2544.7144.7455.29
HexC0A65A0E35192d2d37
Octal3002461320166531555567
Binary110000001010011010110100111011010111001101101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A65A; }

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

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

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

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

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

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

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

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