#C7AC63

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

Shades of Laser #C7AC63

Tints of Laser #C7AC63

Color information

#C7AC63 (or 0xC7AC63) is unknown color: approx Laser. HEX triplet: C7, AC and 63. RGB value is (199,172,99). Sum of RGB (Red+Green+Blue) = 199+172+99=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC63 is #38539C. Grayscale: #ACACAC. Windows color (decimal): -3691421 or 6532295. OLE color: 6532295.

HSL color Cylindrical-coordinate representation of color #C7AC63: hue angle of 43.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7AC63 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19917299-
CMYK00.140.500.22
HSL43.8º47.17%58.43%-
HSV(B)43.8º50.25%78.04%-
XYZ40.5642.5517.88-
YUV171.7586.95147.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 99 (39.06% from 255) = 21.06%
R=42.34%
G=36.60%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991729900.140.500.2243.847.1758.43
HexC7AC630E32162c2f3a
Octal3072541430166226545772
Binary110001111010110011000110111011001010110101100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC63; }

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

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

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

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

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

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

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

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