#C4AC65

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

Shades of Laser #C4AC65

Tints of Laser #C4AC65

Color information

#C4AC65 (or 0xC4AC65) is unknown color: approx Laser. HEX triplet: C4, AC and 65. RGB value is (196,172,101). Sum of RGB (Red+Green+Blue) = 196+172+101=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC65 is #3B539A. Grayscale: #ABABAB. Windows color (decimal): -3888027 or 6663364. OLE color: 6663364.

HSL color Cylindrical-coordinate representation of color #C4AC65: hue angle of 44.84º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4AC65 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196172101-
CMYK00.120.480.23
HSL44.84º44.6%58.24%-
HSV(B)44.84º48.47%76.86%-
XYZ39.8742.1818.35-
YUV171.0888.45145.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=41.79%
G=36.67%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617210100.120.480.2344.8444.658.24
HexC4AC650C30172d2d3a
Octal3042541450146027555572
Binary110001001010110011001010110011000010111101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC65; }

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

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

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

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

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

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

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

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