#C7AC66

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

Shades of Laser #C7AC66

Tints of Laser #C7AC66

Color information

#C7AC66 (or 0xC7AC66) is unknown color: approx Laser. HEX triplet: C7, AC and 66. RGB value is (199,172,102). Sum of RGB (Red+Green+Blue) = 199+172+102=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC66 is #385399. Grayscale: #ACACAC. Windows color (decimal): -3691418 or 6728903. OLE color: 6728903.

HSL color Cylindrical-coordinate representation of color #C7AC66: hue angle of 43.3º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7AC66 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB199172102-
CMYK00.140.490.22
HSL43.3º46.41%59.02%-
HSV(B)43.3º48.74%78.04%-
XYZ40.742.6118.65-
YUV172.0988.45147.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=42.07%
G=36.36%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917210200.140.490.2243.346.4159.02
HexC7AC660E31162b2e3b
Octal3072541460166126535673
Binary110001111010110011001100111011000110110101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC66; }

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

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

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

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

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

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

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

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