#C2AC65

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

Shades of Laser #C2AC65

Tints of Laser #C2AC65

Color information

#C2AC65 (or 0xC2AC65) is unknown color: approx Laser. HEX triplet: C2, AC and 65. RGB value is (194,172,101). Sum of RGB (Red+Green+Blue) = 194+172+101=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC65 is #3D539A. Grayscale: #AAAAAA. Windows color (decimal): -4019099 or 6663362. OLE color: 6663362.

HSL color Cylindrical-coordinate representation of color #C2AC65: hue angle of 45.81º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2AC65 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB194172101-
CMYK00.110.480.24
HSL45.81º43.26%57.84%-
HSV(B)45.81º47.94%76.08%-
XYZ39.3541.9118.33-
YUV170.4888.79144.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 101 (39.84% from 255) = 21.63%
R=41.54%
G=36.83%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417210100.110.480.2445.8143.2657.84
HexC2AC650B30182e2b3a
Octal3022541450136030565372
Binary110000101010110011001010101111000011000101110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC65; }

 p { color: rgb(194,172,101); }

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

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

 a { background-color: rgb(194,172,101); }

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

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

 span { border-color: rgb(194,172,101); }

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