#C7AC65

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

Shades of Laser #C7AC65

Tints of Laser #C7AC65

Color information

#C7AC65 (or 0xC7AC65) is unknown color: approx Laser. HEX triplet: C7, AC and 65. RGB value is (199,172,101). Sum of RGB (Red+Green+Blue) = 199+172+101=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC65 is #38539A. Grayscale: #ACACAC. Windows color (decimal): -3691419 or 6663367. OLE color: 6663367.

HSL color Cylindrical-coordinate representation of color #C7AC65: hue angle of 43.47º degrees, saturation: 0.47, 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 #C7AC65 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB199172101-
CMYK00.140.490.22
HSL43.47º46.67%58.82%-
HSV(B)43.47º49.25%78.04%-
XYZ40.6542.5918.39-
YUV171.9887.95147.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=42.16%
G=36.44%
B=21.40%

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
Decimal19917210100.140.490.2243.4746.6758.82
HexC7AC650E31162b2f3b
Octal3072541450166126535773
Binary110001111010110011001010111011000110110101011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC65; }

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

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

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

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

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

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

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

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