#C2AC67

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

Shades of Laser #C2AC67

Tints of Laser #C2AC67

Color information

#C2AC67 (or 0xC2AC67) is unknown color: approx Laser. HEX triplet: C2, AC and 67. RGB value is (194,172,103). Sum of RGB (Red+Green+Blue) = 194+172+103=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC67 is #3D5398. Grayscale: #ABABAB. Windows color (decimal): -4019097 or 6794434. OLE color: 6794434.

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

Color convert

RGB194172103-
CMYK00.110.470.24
HSL45.49º42.72%58.24%-
HSV(B)45.49º46.91%76.08%-
XYZ39.4541.9518.85-
YUV170.7189.79144.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=41.36%
G=36.67%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417210300.110.470.2445.4942.7258.24
HexC2AC670B2F182d2b3a
Octal3022541470135730555372
Binary110000101010110011001110101110111111000101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC67; }

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

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

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

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

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

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

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

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