#C0A661

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

Shades of Laser #C0A661

Tints of Laser #C0A661

Color information

#C0A661 (or 0xC0A661) is unknown color: approx Laser. HEX triplet: C0, A6 and 61. RGB value is (192,166,97). Sum of RGB (Red+Green+Blue) = 192+166+97=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A661 is #3F599E. Grayscale: #A6A6A6. Windows color (decimal): -4151711 or 6399680. OLE color: 6399680.

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

Color convert

RGB19216697-
CMYK00.140.490.25
HSL43.58º42.99%56.67%-
HSV(B)43.58º49.48%75.29%-
XYZ37.5339.3416.92-
YUV165.9189.11146.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 166 (65.23% from 255) = 36.48%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=42.20%
G=36.48%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921669700.140.490.2543.5842.9956.67
HexC0A6610E31192c2b39
Octal3002461410166131545371
Binary110000001010011011000010111011000111001101100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A661; }

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

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

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

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

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

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

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

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