#C2A65C

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

Shades of Laser #C2A65C

Tints of Laser #C2A65C

Color information

#C2A65C (or 0xC2A65C) is unknown color: approx Laser. HEX triplet: C2, A6 and 5C. RGB value is (194,166,92). Sum of RGB (Red+Green+Blue) = 194+166+92=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A65C is #3D59A3. Grayscale: #A6A6A6. Windows color (decimal): -4020644 or 6072002. OLE color: 6072002.

HSL color Cylindrical-coordinate representation of color #C2A65C: hue angle of 43.53º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2A65C is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19416692-
CMYK00.140.530.24
HSL43.53º45.54%56.08%-
HSV(B)43.53º52.58%76.08%-
XYZ37.8239.5115.76-
YUV165.9486.28148.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 92 (36.33% from 255) = 20.35%
R=42.92%
G=36.73%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941669200.140.530.2443.5345.5456.08
HexC2A65C0E35182c2e38
Octal3022461340166530545670
Binary110000101010011010111000111011010111000101100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A65C; }

 p { color: rgb(194,166,92); }

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

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

 a { background-color: rgb(194,166,92); }

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

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

 span { border-color: rgb(194,166,92); }

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