#C4AC66

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

Shades of Laser #C4AC66

Tints of Laser #C4AC66

Color information

#C4AC66 (or 0xC4AC66) is unknown color: approx Laser. HEX triplet: C4, AC and 66. RGB value is (196,172,102). Sum of RGB (Red+Green+Blue) = 196+172+102=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC66 is #3B5399. Grayscale: #ABABAB. Windows color (decimal): -3888026 or 6728900. OLE color: 6728900.

HSL color Cylindrical-coordinate representation of color #C4AC66: hue angle of 44.68º degrees, saturation: 0.44, 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 #C4AC66 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196172102-
CMYK00.120.480.23
HSL44.68º44.34%58.43%-
HSV(B)44.68º47.96%76.86%-
XYZ39.9242.218.61-
YUV171.288.95145.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=41.70%
G=36.60%
B=21.70%

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
Decimal19617210200.120.480.2344.6844.3458.43
HexC4AC660C30172d2c3a
Octal3042541460146027555472
Binary110001001010110011001100110011000010111101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC66; }

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

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

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

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

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

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

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

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