#C7AC62

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

Shades of Laser #C7AC62

Tints of Laser #C7AC62

Color information

#C7AC62 (or 0xC7AC62) is unknown color: approx Laser. HEX triplet: C7, AC and 62. RGB value is (199,172,98). Sum of RGB (Red+Green+Blue) = 199+172+98=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC62 is #38539D. Grayscale: #ABABAB. Windows color (decimal): -3691422 or 6466759. OLE color: 6466759.

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

Color convert

RGB19917298-
CMYK00.140.510.22
HSL43.96º47.42%58.24%-
HSV(B)43.96º50.75%78.04%-
XYZ40.5142.5317.63-
YUV171.6486.45147.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 98 (38.67% from 255) = 20.90%
R=42.43%
G=36.67%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991729800.140.510.2243.9647.4258.24
HexC7AC620E33162c2f3a
Octal3072541420166326545772
Binary110001111010110011000100111011001110110101100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC62; }

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

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

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

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

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

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

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

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